When using jScrollpane on a page with a lot of content (I have table with many
rows), the bottom portion of the content will be cut off.
This is because although the content is technically already loaded by the
browser it is still rendering and jScrollpane miscalculates the height of the
container.
My workaround was to use setTimeout() and reinitialise the scrollbar.
Original issue reported on code.google.com by mattires...@gmail.com on 8 Jul 2012 at 7:33
Original issue reported on code.google.com by
mattires...@gmail.com
on 8 Jul 2012 at 7:33