[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 17:06:37 PST 2011


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





--- Comment #8 from Adam Barth <abarth at webkit.org>  2011-01-07 17:06:36 PST ---
> Document::write assumes the document is open for writing if the parser has an insert point.

That should be a correct assumption.

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

I'm not sure I understand.  Why should appending an element to the DOM affect the insertion point?

> Another way around this would possibly be to reset the insert point (either directly or by detaching the parser) when append is called.

The insertion point has to do with the front-end to the HTML parser.  The DOM is the backend output of the parser.  The parser should know how to operate on a DOM that's been manipulated by means other than the parser...

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