[Webkit-unassigned] [Bug 25397] New: document.write to an image document fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 25 13:00:48 PDT 2009


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

           Summary: document.write to an image document fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: andersca at apple.com


Trying to write into an image document (e.g. <iframe src="image.gif>) fails
with an assertion in debug builds, and is just ignored in release builds.

It seems that we shouldn't subclass HTMLDocument, as all HTML documents need to
support writing HTML content in them. This affects LexisNexis (requires an
account to reproduce).


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