Closed
Bug 284990
Opened 21 years ago
Closed 21 years ago
popup blocker doesn't display icon when popup is called by a frame
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 202226
People
(Reporter: u61350, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050217
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050217
When a frame page calls a popup window, the icon from popup blocker doesn't
appear in the status bar
Reproducible: Always
Steps to Reproduce:
1. access a page with frames (thw page above)
2. click the link "clique aqui"
3. the page reloads and a popup windows is blocked, but the icon isn't displayed
Comment 1•21 years ago
|
||
I don't see a popup in IE either...
sorry, wrong URL.
click the link "inscreva-se aqui"
i noticed now that the icon was displayed. So, this not always happens..
Actual steps:
1 Load http://www.sadia.com.br/trainee/
2 Scroll to find the link "clique aqui", and click it
3 In the resulting webpage, click the link "Inscreva-se aqui"
In step 2, the last step given in the instructions in comment 0, the link is
located in a frame and does this:
<a href="the new webpage" target="_top">
loading yet another framed page, and there's no popup window. The problem
happens in step 3. That link loads an affected little webpage that does this in
its load handler:
window.open(<a registration form>)
history.back(1)
...making the simple task of opening a new window into something bizarre and
complex and guaranteed not to work with modern browsers. Of course as a browser
we're obligated to work as best we can even with clueless webpages. Still,
there's already a bug for this.
*** This bug has been marked as a duplicate of 202226 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•