oxjs/source/UI/js
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
..
Audio remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Bar remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Calendar remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Code remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Core Element: 'fix' mousewheel event before modifying it 2015-05-20 12:33:44 +02:00
Form Ox.Range: update size if max/min/step changes 2015-03-14 11:24:47 +05:30
Image Ox.ImageElement: trigger load event 2015-02-06 06:22:42 +00:00
List remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Map wait until google.maps.LatLng is available 2015-03-23 17:37:58 +05:30
Menu fix Menu.checkItem with checked argument for groups and submenues 2015-04-16 20:02:36 +01:00
Panel remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Video fix subtitle offset 2015-04-21 16:40:35 +05:30
Window on drag/resize, don't wrap dialog in box 2015-02-12 09:44:47 +00:00