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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 27 17:41:30 PST 2007


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


occupant4 at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13415|                            |review?
               Flag|                            |




------- Comment #4 from occupant4 at gmail.com  2007-02-27 17:41 PDT -------
Created an attachment (id=13415)
 --> (http://bugs.webkit.org/attachment.cgi?id=13415&action=view)
Use FocusController::setFocusedNode in the EventHandler

I had to modify an existing layout test (fast/frames/iframe-window-focus.html)
to pass under this change.  I think it's a valid modification though.  The test
was blurring and then re-focusing a text node after entering some text.  It
then entered more text, assuming the cursor position was preserved.

This worked before because the node never actually received the blur event. 
With my change, however, the cursor position is reset when the node is blurred.


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