[Webkit-unassigned] [Bug 36881] New: document.write() isn't processed immediately before DOM access

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 05:02:09 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36881

           Summary: document.write() isn't processed immediately before
                    DOM access
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morrita at google.com


Created an attachment (id=52152)
 --> (https://bugs.webkit.org/attachment.cgi?id=52152)
reproduce

Following results "SecondFirst". The result should be "FirstSecond":

document.write("<div class='parent' id='innerHTMLTextDom'>");
document.write("First");
document.getElementById("innerHTMLTextDom").innerHTML += "Second";
document.write("</div>");

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



More information about the webkit-unassigned mailing list