How can I disable specific mouse events for a view?
I have an extjs view, which incorporates an external component, which generates a canvas and does some actions with it.
I noticed some lags and the lags seems to be cause by mouse_move, move over event propagation in the extjs framework.
Now, for this use-case these events are "obsolete", so I would like to disable them. How can I do that?
Screenshot_408.jpg