[Webkit-unassigned] [Bug 12723] New: window.open get filled after end of script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 10 05:22:38 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12723

           Summary: window.open get filled after end of script
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Major
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rvamerongen at xs4all.nl


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


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list