Bug 11642
Summary: | REGRESSION (NativeFileUpload): Choose File button does not get focus ring | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Lilek <dev+webkit> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aroben |
Priority: | P1 | Keywords: | Regression |
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Matt Lilek
In the new form controls, the Choose File button in the file upload widget doesn't get a focus ring when its selected so there's no way to tell if thats the active form element or not.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
This works for me when tabbing to the input element using a locally-built debug build of WebKit r19151 with Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8N1037).
Clicking on the "Choose File" button does not give a focus ring, but then clicking on a <button> in a form doesn't either. Closing as RESOLVED/FIXED.