jijopaulose / jscrollpane

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

strange scrolling behaviour on track clicking #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. pick one spot near the bottom of the scroll track, above the buttons.
2. clicking will not scroll all the way down (stops halfway)

What is the expected output? What do you see instead?
clicking close to the bottom of the track should scroll the drag all the
way to the bottom. instead, drag stops significantly above the mouse pointer. 

additionally, then clicking slightly above that point (but still below the
drag) makes the drag go upwards!

what version of the jScrollPane are you using? On what browser? And
operating system?
tested on FF 3.5 and Chrome 3.0.195.25 using the following combinations:
jScrollPane 1.2.3 + jQuery 1.2.6 min
jScrollPane 1.2.3 + jQuery 1.3.2 min
jScrollPane bleeding edge (2009-08-30) + jQuery 1.2.6 min
jScrollPane bleeding edge (2009-08-30) + jQuery 1.3.2 min

Please provide a URL to a page displaying the problem.
most evident on the second scrollbox:
http://www.mindunit.co.uk/temp/

Please provide any additional information below.
looks like jscroll isnt calculating the drag/box intervals correctly if you
watch it in firebug... perhaps i'm missing something, but i've stripped
down the page to a skeleton and its still evident...

Original issue reported on code.google.com by rbkbro...@gmail.com on 8 Oct 2009 at 10:52

GoogleCodeExporter commented 9 years ago
I have just announced the beta of a completely rewritten version of jScrollPane:

http://groups.google.com/group/jscrollpane/browse_thread/thread/c1bc1bf63e3f80d8

Please test and reply on the list if you are still having this issue,

Thanks,

Kelvin

Original comment by kelvin.l...@gmail.com on 17 Aug 2010 at 4:11