[Webkit-unassigned] [Bug 123567] ASSERTION FAILED: isEditablePosition(*this) in WebCore::Position::leadingWhitespacePosition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 21 23:13:16 PST 2013


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #219842|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2013-12-21 23:11:17 PST ---
(From update of attachment 219842)
View in context: https://bugs.webkit.org/attachment.cgi?id=219842&action=review

> Source/WebCore/editing/EditorCommand.cpp:196
> +    if (!frame.selection().isContentEditable())
> +        return false;

r-. This is not the right place to check this condition. enabledInEditableText should already be checking this condition.

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