Icekeith / mobiscroll

Automatically exported from code.google.com/p/mobiscroll
0 stars 0 forks source link

Mouse Scroll does not work with jQuery 1.7+ #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use jQuery 1.7+
2. Mouse scroll on the wheels stops functioning

What is the expected output? What do you see instead?
No movement of the wheels when scrolling.

What version of the product are you using? On what operating system?
1.5.2. Ubuntu running Chrome desktop.

Please provide any additional information below.
jQuery 1.7+ removed event.wheelDelta due to browser incompatibility, see 
http://bugs.jquery.com/ticket/10676.

On line 900 of the unpacked version, changing e.wheelDelta to 
e.originalEvent.wheelDelta will make the mouse scroll work on Chrome only. 
Firefox does not work. Opera, IE untested.

Original issue reported on code.google.com by zhou2011...@gmail.com on 7 Dec 2011 at 11:48

GoogleCodeExporter commented 8 years ago
Thanks for the report, i'll try to find a fix for this

Original comment by diosla...@gmail.com on 8 Dec 2011 at 6:39

GoogleCodeExporter commented 8 years ago

Original comment by diosla...@gmail.com on 3 Jan 2012 at 8:51

GoogleCodeExporter commented 8 years ago
Fixed in 1.5.3

Original comment by diosla...@gmail.com on 3 Jan 2012 at 10:09