jeffreyhi1 / jscrollpane

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

The end of item scrolling #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. My page has common vertical scrollbar
2. I put scrollable div in it and use your plugin
3. When my mouse cursor is on the scrollable div area, I rotate mouse wheel
and content of the div is scrolled down.
When the scrollable content ends, and I continue rotate mouse wheel, my 
page begins to scroll. The control switches from div to the main scrollbar.
It's very bad.

What version of the jScrollPane are you using? On what browser? And 
operating system?
All browsers. jsScrollPane 1.2.3

http://www.kelvinluck.com/assets/jquery/jScrollPane/examples.html
Resize browser window to the small window and try to scroll in divs.

Original issue reported on code.google.com by slamer3...@gmail.com on 15 Jan 2009 at 11:26

GoogleCodeExporter commented 9 years ago
It isn't very bad, it's very good! This is exactly the behaviour of the browser 
if
you don't use jScrollPane and the point of jScrollPane is to be as unobtrusive 
as
possible so that it mimics the behaviour of a div with overflow:auto in every 
way
except appearance...

Why would you want the user to not be able to use their mouse wheel to scroll 
your page?

Original comment by kelvin.l...@gmail.com on 15 Jan 2009 at 4:49