Extend document.open/write to non-active documents
Categories
(Firefox :: Untriaged, defect)
Tracking
()
People
(Reporter: dvoytenko, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36
Steps to reproduce:
Related to the closed https://bugzilla.mozilla.org/show_bug.cgi?id=867102 issue.
The ask is to allow document.open/write on a non-active document. This has been discussed and approved in https://github.com/whatwg/html/issues/2827.
![]() |
||
Comment 1•6 years ago
|
||
The testcase from bug 867102 works for me on trunk, so this works for documents that were never active.
Bug 1520333 tracks sorting out things for documents that used to be active but are not anymore.
Which of those two bugs is this a duplicate of?
I only retested on 66.0.2 and it's still not working there. Could you clarify in which version this is fixed? I'll be happy to retest.
![]() |
||
Comment 3•6 years ago
|
||
Bug 1489308 was fixed for Firefox 67, and that's what fixed the bug 867102 testcase. Sorry, I thought I had mentioned that...
So if you could retest a 67 beta, that would be appreciated.
Tested on Firefox 67 and the issue has been fixed. Thanks you. Please close the bug.
![]() |
||
Comment 5•6 years ago
|
||
Great!
Description
•