Maintain JScrollPane Scroll Position
GoogleCodeExporter opened this issue · 2 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Create a panel, use class to produce vertical bar, a table with many rows
and column
2. Add text, and button in every other 3-4 row
3. Click on the lower row button and after postback, it takes you back up the
the top
What is the expected output? What do you see instead?
auto post back, scroll position is where you are, should be position at where
the button is clicked or somehere near it. Instead scroll position is back to
the top always.
What version of the jScrollPane are you using? On what browser? And operating
system?
* jScrollPane - v2.0.0beta11 - 2011-07-04
* IE 8
* Windows 7
Please provide a URL to a page displaying the problem.
Please provide any additional information below.
Original issue reported on code.google.com by yongao5...@yahoo.com
on 17 Aug 2011 at 9:53
GoogleCodeExporter commented
This site is no longer used for jScrollPane support. See:
http://jscrollpane.kelvinluck.com/#support
To give you a quick hint, what you describe isn't natively supported in
jScrollPane. It should be easy to add though using events [1], the api [2] and
a cookie...
[1] http://jscrollpane.kelvinluck.com/events.html
[2] http://jscrollpane.kelvinluck.com/api.html
Original comment by kelvin.l...@gmail.com
on 18 Aug 2011 at 2:28
- Changed state: Invalid
GoogleCodeExporter commented
http://stackoverflow.com/questions/8859135/jscrollpane-how-to-store-scroll-posit
ion
Original comment by B.Johnso...@gmail.com
on 6 Dec 2012 at 9:13