[Resolved] 2.1.0.6rc5 introduced a frame activation problem

Bug reports and enhancement requests
Post Reply
al_9x
Master Bug Buster
Posts: 931
Joined: Thu Mar 19, 2009 4:52 pm

[Resolved] 2.1.0.6rc5 introduced a frame activation problem

Post 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.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17
User avatar
Giorgio Maone
Site Admin
Posts: 9527
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: 2.1.0.6rc5 introduced a frame activation problem

Post by Giorgio Maone »

Please check latest development build 2.1.1.2rc3, thanks.
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
al_9x
Master Bug Buster
Posts: 931
Joined: Thu Mar 19, 2009 4:52 pm

Re: 2.1.0.6rc5 introduced a frame activation problem

Post by al_9x »

Giorgio Maone wrote:Please check latest development build 2.1.1.2rc3, thanks.
fixed
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17
Post Reply