[Webkit-unassigned] [Bug 14599] New: document.write() inside an <iframe src> does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 17:03:26 PDT 2007


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

           Summary: document.write() inside an <iframe src> does not work
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: just1gb at gmail.com


Document.write() inside an iframe src should write to the <iframe>. Safari does
not do anything.

e.g code
#######
 <frameset id="frameset" border="1" cols="50%,50%" style='border: solid 1px;'>
 <frame name="frame2" src="about:blank">
 <frame name="frame1" src="javascript:
       try { document.write('whatever'); } catch(e) {
window.alert(e.description); }
 ">
 </frameset>

This works well in other browsers


-- 
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