[Webkit-unassigned] [Bug 48104] Crash in insertText command

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 22 11:38:17 PDT 2010


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





--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org>  2010-10-22 11:38:17 PST ---
This seems to be a bug in TextIterator.  When we apply typing style back at the end of InsertLineBreakCommand, which is called by inputText, we end up moving the selection to the outer non-editable div.  So when inputText calls InsertTextCommand::input, the selection is outside of the editable region and results in an assertion failure.

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