[Webkit-unassigned] [Bug 51647] chrome.dll!WebCore::RenderBox::paintBoxDecorationsWithSize ReadAV at NULL (214b527fa4dab86d8d344b0220263689)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 7 16:37:33 PST 2011


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


Emil A Eklund <eae at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eae at chromium.org




--- Comment #7 from Emil A Eklund <eae at chromium.org>  2011-01-07 16:37:33 PST ---
Document::write assumes the document is open for writing if the parser has an insert point. Appending an element after calling document.open does not reset the insert point thus the assumption is incorrect when the document.write call is expected. Another way around this would possibly be to reset the insert point (either directly or by detaching the parser) when append is called.

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