Default 2d input handlers may not all be disabled at 4.4
Closed this issue · 3 comments
wmlrose commented
First, thanks for this tool. It works great in my 4.3 application!
However, upgrading to jsapi 4.4 appears to prevent the module from disabling all esri.views.2d.input.handlers.
wmlrose commented
Looks like this is at least partially resolved by referencing view.inputManager.viewEvents.inputManager._handlers for 2d instead of view.inputManager._handlers (just like 3d).
kingy68 commented
Hey, yeah the handlers seem to have changed at every version so far. When I get a chance in the next day or two, I'll try to update.
kingy68 commented
Have now updated for the 4.4 API. Going to mark this as resolved.