[Webkit-unassigned] [Bug 19087] Editing crash in IndentOutdentCommand::prepareBlockquoteLevelForInsertion, ASSERT in debug mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 5 16:13:01 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19087





------- Comment #7 from justin.garcia at apple.com  2008-06-05 16:13 PDT -------
(In reply to comment #3)
> Here is another way to trigger the same ASSERT (possibly a different cause

Looks like calling removeFormat will lead to an assert if what is selected
returns "" from plainText(...).  It's probably OK that the ASSERT continues to
happen since plainText() should return a non-empty string for any range
selection.

The selection is from [hr, 0] to just after the hr.  Looking into why we can an
empty string...


-- 
Configure bugmail: http://bugs.webkit.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