Closed
Bug 192254
Opened 22 years ago
Closed 22 years ago
browser window opened by user closed without prompt
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: aha, Assigned: peterlubczynski-bugs)
References
()
Details
(Keywords: qawanted)
2003020608/trunk/W2K
Repro:
1. open new browser window
2. open http://www.bening.cz/
3. wait until button get text "VSTOUPIT" (Enter in english)
4. click on this button
Actual:
Browser window is closed without asking.
Expected:
Because page didn't open this browser window, browser ask me, if it can close my
window.
invalid. that's a flash pluigin
Assignee: asa → peterlubczynski
Component: Browser-General → Plug-ins
QA Contact: asa → shrir
Comment 2•22 years ago
|
||
I wouldn't call this invalid just yet...
the movie could be doing something like this with actionscript in which case
this is breaking the JS secuity model as the reporter infers:
getURL("javascript:_parent.window.close()");
I'd have to hit a reference to see if theres a way to do this more directly with
actionscript.
Comment 3•22 years ago
|
||
WFM Gecko/20031116, Windows XP, get the following message in Javascript Console:
"Scripts may not close windows that where not opened by script"
Pleae reopen if you can reproduce with new build.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•