[Webkit-unassigned] [Bug 144774] ASSERTION when pasting text into the WebInspector console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 16:50:01 PDT 2015


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

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
Looks like what's causing the sync layout is one of these:
    result.selectionIsNone = selection.isNone();
    result.selectionIsRange = selection.isRange();
    result.isContentEditable = selection.isContentEditable();
    result.isContentRichlyEditable = selection.isContentRichlyEditable();
    result.isInPasswordField = selection.isInPasswordField();
    result.hasComposition = frame.editor().hasComposition();
    result.shouldIgnoreCompositionSelectionChange = frame.editor().ignoreCompositionSelectionChange();

Not something in platformEditorState.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150507/e287fe62/attachment.html>


More information about the webkit-unassigned mailing list