[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:34:45 PDT 2010


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





--- Comment #8 from Adam Barth <abarth at webkit.org>  2010-10-26 01:34:45 PST ---
>         if (AjxEnv.isSafari && a.body == null) {

I suspect the difference is that in the old tree builder a.body was null at this program point but it's non-null now, which means the site no longer calls document.open() and it no longer cancels the load.

IMHO, this is an evangelism issue.  Life would be much better if they sent us down the Gecko codepath in this function.

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