jeffreyhi1 / jscrollpane

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

Container height miscalculation #268

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

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