Page 1 of 1

[Resolved] 2.1.0.6rc5 introduced a frame activation problem

Posted: Sat Jun 11, 2011 7:13 pm
by al_9x
Fx 4.0.1 & 3.6.17, new profile, forbid <FRAME>

test page:

Code: Select all

<frameset>
<frame src="http://www.google.com/">
</frameset>
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.

Re: 2.1.0.6rc5 introduced a frame activation problem

Posted: Sat Jun 11, 2011 8:22 pm
by Giorgio Maone
Please check latest development build 2.1.1.2rc3, thanks.

Re: 2.1.0.6rc5 introduced a frame activation problem

Posted: Sun Jun 12, 2011 10:58 am
by al_9x
Giorgio Maone wrote:Please check latest development build 2.1.1.2rc3, thanks.
fixed