Bug 12723
| Summary: | window.open get filled after end of script | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Rene v Amerongen <rvamerongen> |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Major | CC: | ap |
| Priority: | P2 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
Rene v Amerongen
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. |