jeffreyhi1 / jscrollpane

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

Opera (9.62) not working. #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download Opera 9.6.2

What is the expected output? What do you see instead?
The most scrollbars are mirrored. When i scroll up, JScrollPane scrolls 
down. It also has as much asonly two postitions - top up and top down. I 
can reproduce it n every new installed Opera and on every JSP installation.

What version of the jScrollPane are you using? On what browser? And 
operating system?
Opera 9.62 (Mac and Xp, Vista), newest version of JScrollPane.

Please provide a URL to a page displaying the problem.
Every installation.

Please provide any additional information below.
Please, can you fix it as fast as possible? It's used on a production 
site, and the bosses uses Opera...

Original issue reported on code.google.com by Vadim.Zh...@gmail.com on 3 Dec 2008 at 2:19

GoogleCodeExporter commented 9 years ago
The problem is with the mousewheel plugin. It is sending backwards events on 
Opera. I
verified this in the test on the author's site:

http://brandonaaron.net/jquery/plugins/mousewheel/test/test.html

I had a look through the code and found a simple fix so if you grab the 
mousewheel
plugin from my site then you should notice things working again. I've also told 
the
author of the plugin so he may release a more complete fix at some point in the 
future...

Original comment by kelvin.l...@gmail.com on 4 Dec 2008 at 5:13