oxjs/source/UI
Will Thompson 3ed5da882f Element: 'fix' mousewheel event before modifying it
In strict mode (in recent browsers), modifying deltaX on a WheelEvent
throws an exception:

Uncaught TypeError: Cannot set property deltaX of #<WheelEvent> which has only a getter

In non-strict mode or older browsers, assigning to deltaX is just a
no-op.

https://github.com/jquery/jquery-mousewheel/blob/master/jquery.mousewheel.js
is cited in this function; it uses $.event.fix() to make a mutable
jQuery.Event-flavoured copy of the native event before modifying its
properties. Let's do the same.

Fixes #2751
2015-05-20 12:33:44 +02:00
..
css add option to Ox.Input to set readonly attribute 2015-02-27 12:26:47 +05:30
jquery remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
js Element: 'fix' mousewheel event before modifying it 2015-05-20 12:33:44 +02:00
json remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
png remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
svg remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
themes remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
UI.js Ox.UI: add loadThemes option to loader 2015-02-22 19:13:25 +05:30