[Webkit-unassigned] [Bug 28710] Copy some forms of text causes Webkit crash in CSSStyleDeclaration::copyPropertiesInSet
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 31 23:35:51 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28710
--- Comment #12 from Alexey Proskuryakov <ap at webkit.org> 2009-08-31 23:35:50 PDT ---
isElementNode() should be true for the HTML element, but not for the Document
node (which is its parent). Looks like the problem here is that a position's
anchor node is the document node, which makes Position::element() return null.
--
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