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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 29 07:12:38 PDT 2008


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





------- Comment #8 from m.des at mac.com  2008-05-29 07:12 PDT -------
(In reply to comment #7)

> 1)The test you added is a good basic test, but it only tests that the attribute
> is right.  Not that the focus behavior is right.  It would be nice to add
> versions of those Opera tests too for a more thorough test suite.  It would
> also be good to have at least one test for "ignoreAutofocus", if that's
> possible.

Opera autofocus test suite is being imported; results in
platform/mac/fast/forms. 

> 3) In HTMLGenericFormElement::attach, you shouldn't need to check for disabled
> since that is already checked in focus() by calling supportsFocus() and
> isFocusable().  In fact...should isFocusable() include a check for read-only?

It could but having isReadOnlyControl() checked during isFocusable() would
brake regression on fast/forms/input-appearance-readonly.html


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