Closed Bug 685011 Opened 13 years ago Closed 10 years ago

window open about:blank

Categories

(Firefox :: General, defect)

6 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 62517

People

(Reporter: daniel.a.lopez, Unassigned)

Details

Attachments

(1 file)

Attached file popupTest.html (deleted) —
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_5) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24 Steps to reproduce: var popup = window.open('about:blank', 'popup', 'fullscreen=yes,resizable=yes,scrollbars=yes'); popup.document.body.innerHTML = 'bizam!'; // doesn't work Actual results: Contents of window was not inserted into the document. Expected results: The same thing that happens when running the following: var popup = window.open('', 'popup', 'fullscreen=yes,resizable=yes,scrollbars=yes'); popup.document.body.innerHTML = 'shizam!'; // works
Attachment #558641 - Attachment mime type: text/plain → text/html
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: