Closed
Bug 97688
Opened 24 years ago
Closed 24 years ago
These urls minimize the browser
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: depman1, Assigned: adamlock)
References
()
Details
(Keywords: topembed)
Attachments
(2 files)
Reproduced on WinNT N6.1 branch 20010830. also on mfcEmbed.
Load any of these urls:
http://console.popupsponsor.com/media/console.phtml?a_id=3839&creative_type=1&ip
http://nitrous.exitfuel.com/?BPROGRAM=EF1&LINKIN=wplanet&REF=http://www.wrestlin
Result: Minimizes the browser on the screen. Sometimes it will even revert to
minimized form after trying to maximize it.
Expected: Like in IE, display a Yes/No prompt for closing the window.
Reporter | ||
Comment 1•24 years ago
|
||
changed qa contact to depstein. per WRMB, adding topembed keyword. Originally a
part of bug 90787.
I will mark this WONTFIX.
Both URLs appear to be using similar broken JS code (and a broken sniffer) to
resize the main Mozilla window to a 1x1 square and then open a secondary popup
window to display ads in. Mozilla is resizing the main window as small as it can
go which is why it looks minimized. If you then give focus back this main window
(e.g. by resizing it), it will execute the resize to 1x1 code again, hence it
reverting to a minimized state. Also, the popup you see on IE appears to be due
to some JS to display an alert box when the browser is IE.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 5•24 years ago
|
||
if it's defective JS, maybe we should send this to evangelism.
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•