[Webkit-unassigned] [Bug 12675] REGRESSION: onBlur doesn't fire when focus switches between subframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 28 13:59:37 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12675





------- Comment #10 from occupant4 at gmail.com  2007-02-28 13:59 PDT -------
In Document::setFocusedNode(), the call to clearSelectionIfNeeded() is what
resets the cursor position.  It doesn't appear to be stored anywhere, so it
would seem to be that case that unfocusing a node would always reset the cursor
position.  Maybe the solution involves storing the selection (or at least part
of it) somewhere before we clear it.


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