swooningfish / jscrollpane

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

jScrollPane should scroll by element #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When scroll using mousewheel, Scrollpane must scroll directly to the
next and next image, e.g.2nd, than 3rd, 4th image..
2. When click on up/down arrows it should work same like above, means
directly scroll to 2nd, than 3rd, than 4th image..

What is the expected output? What do you see instead?
For now the scrollwindow scrolls on specific position, I need when Click on
up/down arrow or when scroll using mousewheel It must scroll image wise.

The main window contains to sub divs SubPen1 and SubPen2. Both have camera
images, I need to compare each one div's camera focus to another one div's
camera focus. 

For now I had set each one image has their rel value using jquery, and this
rel value is the top position of perticular image, I need to scroll images
each time to their next image.

The problem here I am facing is when I scroll image it gives only 2nd one
image's rel value, than setting my currObj to next image(3rd, than 4th..
etc). But it can't work as I need

What version of the jScrollPane are you using? On what browser? And
operating system?
OS: WinXP 
Browser : Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.16)
Gecko/2009120208 Firefox/3.0.16

Please provide a URL to a page displaying the problem.

Please provide any additional information below.

Original issue reported on code.google.com by ntesti...@gmail.com on 25 Dec 2009 at 4:38

Attachments:

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:15