oxjs/source/UI/js/Core
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
..
API.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
App.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Clipboard.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Container.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Cookies.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Element.js Element: 'fix' mousewheel event before modifying it 2015-05-20 12:33:44 +02:00
Event.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Focus.js remove debugging code 2014-12-22 22:21:20 +00:00
Fullscreen.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
GarbageCollection.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
History.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
LoadingIcon.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
LoadingScreen.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Request.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Theme.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
UI.js remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
URL.js encode state.part in url, fixes #2725 2015-03-31 20:53:55 +02:00