[Webkit-unassigned] [Bug 8743] REGRESSION: focus() on input field selects all text within it (was: cannot select cities on British Rail reservation site)

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue May 9 09:15:14 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8743


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |darin at apple.com
                   |unassigned at opendarwin.org   |
           Keywords|                            |EasyFix




------- Comment #3 from darin at apple.com  2006-05-09 09:15 PDT -------
I think the issue is only when focus() is called on a field that's already
focused. I'm guessing the behavior of selecting all is fine when the field
doesn't already have focus.

The problem is in HTMLInputElement::focus, which calls select() unconditionally
and instead should call it only if the focus node is not already set.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list