[Webkit-unassigned] [Bug 18887] WF2 Support for autofocus controls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 9 13:39:38 PDT 2008


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


adele at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




------- Comment #4 from adele at apple.com  2008-05-09 13:39 PDT -------
Michelangelo and I talked more about this on IRC, and I see now that when you
parse the attribute, it really is too early to set focus.  You don't really
know if its a focusable control at that point (even if it does have no
renderer, you might not have parsed the disabled attr yet).  I think I'm ok
with storing the autofocus node in the document, but I'm not sure waiting for
the DOMContentLoaded event is the right time to call focus().

CC'ing Hyatt, so he can weigh in, and add any other comments.


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