[Webkit-unassigned] [Bug 7102] REGRESSION: parse mode gets set to strict after going back from non-HTML content

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Feb 19 12:53:06 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7102


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Tables                      |WebKit Misc.




------- Comment #7 from darin at apple.com  2006-02-19 12:53 PDT -------
This is clearly a bug in the way the back/forward caching works. The bug
doesn't happen if the caching is off. I think the essence of the problem is
that the document is still installed in the WebFrame when displaying non-HTML
content, so when we call "end" it thinks it's just started writing into a new
document, and it ends up marking the old document strict. The best fix is
perhaps to get the document out of the frame.


-- 
Configure bugmail: http://bugzilla.opendarwin.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