Open
Bug 752960
Opened 14 years ago
Updated 2 years ago
Popup blocker blocks popups from window.open from data uri window popup when popups are allowed on that site
Categories
(Firefox :: General, defect)
Tracking
()
REOPENED
People
(Reporter: martijn.martijn, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file, 1 obsolete file)
|
556 bytes,
text/html
|
Details |
See testcase, steps to reproduce:
- Visit testcase
- Popup blocker UI appears, choose to always allow for this site
- Reload testcase
Expected result:
- 2 windows are opened, one with yellow background, other with green background
Actual result:
- 1 window is opened, the one with the yellow background.
Comment 1•14 years ago
|
||
This isn't really a DOM issue. The "per-site preferences" thing Firefox implements insists on using URIs, not origins....
| Reporter | ||
Comment 2•14 years ago
|
||
Ah, ok, moving to Firefox->General then.
Comment 3•14 years ago
|
||
(In reply to Boris Zbarsky (:bz) from comment #1)
> This isn't really a DOM issue. The "per-site preferences" thing Firefox
> implements insists on using URIs, not origins....
"insists on" might be the wrong characterization. :) Are you suggesting we should store serialized nsIPrincipals instead of URIs? It's not clear to me how that would work (nsIPrincipals are much more complicated to deal with in general).
| Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•9 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Attachment #9386781 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•