[Webkit-unassigned] [Bug 23607] Clicking near an contentEditable div will focus the div, even though it shouldn't!

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 30 15:01:45 PST 2009


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





------- Comment #6 from eric at webkit.org  2009-01-30 15:01 PDT -------
I was wrong!  We hit this line:
    if (!nextIsInSameEditableElement && !prevIsInSameEditableElement)
        return Position();

We might just change that to return "position" instead.


-- 
Configure bugmail: https://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