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
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
Note You need to log in before you can comment on or make changes to this bug.