jonghwihwang / jquery-swip

Automatically exported from code.google.com/p/jquery-swip
0 stars 0 forks source link

2 Pairs of Scrollbars #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load an iframe with content that extends longer than the viewport in
newest version of Firefox (3.5.6)
2. Note that a scrollbar appears inside the iframe, due to the scrollable
iframe property. An extra scrollbar appears within the div holding the iframe.

I fixed this issue by altering the overflow style attribute of the
generated div to be hidden instead of auto.

Original issue reported on code.google.com by mccall...@gmail.com on 5 Nov 2009 at 9:20

GoogleCodeExporter commented 8 years ago
Note: this is for DOMWindow jQuery plugin.

Original comment by mccall...@gmail.com on 5 Nov 2009 at 9:21

GoogleCodeExporter commented 8 years ago
I've also had the same problem.  I didn't approach the overflow fix correctly, 
so I'll 
try that.

Original comment by estevanc...@gmail.com on 18 Nov 2009 at 3:33

GoogleCodeExporter commented 8 years ago
Can you post how to alter the overflow style? 
Thanks a lot!

Original comment by sascha.s...@gmail.com on 7 May 2010 at 12:49

GoogleCodeExporter commented 8 years ago
Reviewing my diff logs, I changed line 200 and line 270 in jquery.DOMWindow.js. 
The
only change was to alter the hardcoded CSS attribute of overflow:auto to be
overflow:hidden on both of these lines.

Original comment by mccall...@gmail.com on 7 May 2010 at 1:01

GoogleCodeExporter commented 8 years ago
Yes ... i do the same.
Maybe they *change* it in the future, or add an feature.
But thx!

Original comment by sascha.s...@gmail.com on 18 May 2010 at 5:01