Ext 6.0.0
Any Ext.Element on('mousewheel', ... ) start works in Firefox 41.0.1 only after setting
Ext.$eventNameMap.DOMMouseScroll = 'DOMMouseScroll';
otherwise Ext tries to subscribe to dommousescroll (lowecased);
Ext 6.0.0
Any Ext.Element on('mousewheel', ... ) start works in Firefox 41.0.1 only after setting
Ext.$eventNameMap.DOMMouseScroll = 'DOMMouseScroll';
otherwise Ext tries to subscribe to dommousescroll (lowecased);
Hi--,
This has been reported and fixed, expect to see this in a future release.
Regards,
Bryan