gromo / jquery.scrollbar

jQuery CSS Customizable Scrollbar
GNU General Public License v2.0
755 stars 237 forks source link

Browser scrollbar is not hidden in Firefox when iframe is made visible after it's content has loaded #132

Open suyash192 opened 7 years ago

suyash192 commented 7 years ago

Demo of issue: https://codepen.io/anon/pen/ZyYXdZ

When the document is loaded inside an iframe and the iframe is made visible after it's content has been loaded then the browser scrollbar doesn't hide.

The getBrowserScrollSize function returns the scrollbar width and height as 0 in this case, and hence the scrollbar isn't hidden.

Firefox version: 53.0.3 (32-bit)