[Webkit-unassigned] [Bug 115517] Selection in non-editable content gets stuck when approaching an editable node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 2 09:41:17 PDT 2013


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





--- Comment #2 from Claudio Saavedra <csaavedra at igalia.com>  2013-05-02 09:39:39 PST ---
Seems to be caused by the following in VisiblePosition::honorEditingBoundaryAtOrAfter():

    // Return empty position if this position is non-editable, but pos is editable
    // FIXME: Move to the next non-editable region.
    if (!highestRoot)
        return VisiblePosition();

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