[Resolved] 2.1.0.6rc5 introduced a frame activation problem
Posted: Sat Jun 11, 2011 7:13 pm
Fx 4.0.1 & 3.6.17, new profile, forbid <FRAME>
test page:
In 2.1.0.6rc1 and earlier, activating the blocked frame loaded the original content directly in it, starting with 2.1.0.6rc5, the original frame content is loaded in a nested 100% iframe, producing double scroll-bars. The first activation on Fx start is sometimes normal, so revoke temp permissions, refresh and activate again.
test page:
Code: Select all
<frameset>
<frame src="http://www.google.com/">
</frameset>