WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
12723
window.open get filled after end of script
https://bugs.webkit.org/show_bug.cgi?id=12723
Summary
window.open get filled after end of script
Rene v Amerongen
Reported
2007-02-10 05:22:38 PST
When I somewhere in JS I call function display(x){ win = window.open(); for (var i in x) win.document.write(i+' = '+x[i]+'<br>'); } the window doesn't show anything till the script is finished. I use this to see the current properties of an element, because Drosera doesn't do this yet! <-Hint !! I consider this as a bug
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug