jeffreyhi1 / jscrollpane

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

Scroll bars don't adjust if the content grows via ajax #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. initialize scrollplane (scroll action is fine)
2. update content via ajax (ex. we add some paragraphs to the div)
3. even if i reinitialize scrollpane after the add, the max scroll is still 
in the old place

What is the expected output? What do you see instead?
After adding/removing the content and reinitializing scrollpane, the scroll 
bars should work with the new content.

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

Please provide a URL to a page displaying the problem.

Please provide any additional information below.

Original issue reported on code.google.com by jellomas...@gmail.com on 25 Feb 2009 at 10:38

GoogleCodeExporter commented 9 years ago
Do you see the problem on my example page?

http://www.kelvinluck.com/assets/jquery/jScrollPane/ajax_example.html

If not then there must be something going wrong with your page. Can you provide 
a
test URL?

Original comment by kelvin.l...@gmail.com on 26 Feb 2009 at 4:44

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