mzubala / jquery-custom-scrollbar

189 stars 102 forks source link

Resize-Issue #38

Open tobias-r opened 10 years ago

tobias-r commented 10 years ago

Hi, I think I found a bug, following case:

updateOnWindowResize is on. The scrollpane adjusts its size together with the window height.


Some content with fixed height
Scrollpane with variable height

If I decrease the window height, so it is smaller or equals the fixed height of top content, the scrollpane stops resizing itself.

In other words, whenever the height of the scrollpane is 0px, it stops working/refreshing.

Could be some simple boolean bug.

mzubala commented 10 years ago

Please submit some code illustrating this bug.