[Webkit-unassigned] [Bug 20563] New: Last line of document.write() text not displayed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 28 15:40:49 PDT 2008


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

           Summary: Last line of document.write() text not displayed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: swartz at adobe.com


1. Write the following to an HTML file and open it in Safari-Win:

<html>
<script>
function onLoad() {
   document.write("foo");
   document.write("<br/>");
   document.write("bar");
}
</script>
<body onload="onLoad();">
</body>
</html>

2. The "foo" line is visible. The "bar" line isn't.


-- 
Configure bugmail: https://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