Click to See Complete Forum and Search --> : Content scrollbars inside iframe problem in FF


djpavlik
11-04-2005, 11:57 AM
Hello all,
I have a page where I have an IFRAME and a scrolled DIV inside it (overflow:auto). The problem is that vertical scrollbar works incorrectly, it's not being scrolled when I use mouse wheel or drag a scroll box. The problem exists only under FireFox.

Has anybody seen such thing and how it could be fixed?
Or it's FF issue?

Thanks ahead,
Roman

Kravvitz
11-04-2005, 11:20 PM
Hmm... Don't use an iframe. Having that many scrolling objects is probably annoying to some people.

You could check Bugzilla to see if this is a reported bug. (https://bugzilla.mozilla.org/)

beba
11-05-2005, 07:23 PM
Why do you need the div inside??

djpavlik
11-07-2005, 06:17 AM
Why do you need the div inside??
That's the design tricks :D. In future I won't do that. :(

Well, Kravvitz, you're right - this is a FF defect. I've tried to check the problem's status in their defect database and found hundreds of such things. Then I've installed a new beta version of FF - FireFox 1.5RC1 and the problem gone away, which means that it really was a defect.

Thanks for help, guys.