[Webkit-unassigned] [Bug 48201] REGRESSION Zimbra email compose is broken with the HTML5 parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 26 01:15:14 PDT 2010


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





--- Comment #6 from Adam Barth <abarth at webkit.org>  2010-10-26 01:15:14 PST ---
In Safari 5, I believe Zimbra is calling document.open or document.write on the iframe, which cancels the load.  However, in debugging TOT, I see that it's not calling those functions.  Instead, it's using innerHTML to set the content of the frame (which, of course, does not cancel the load).

The reason I believe it's calling implicitOpen in some form is that the contentDocument.URL of the iframe in Safari 5 is "http://testzimbra.com/".  The likely way for that to open is because the URL is inherited via implicitOpen.

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