Bug 11995
| Summary: | REGRESSION (r18338): Selecting <option> does not focus select | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Lilek <dev+webkit> |
| Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | adele, aroben, c.petersen87, ddkilzer |
| Priority: | P1 | Keywords: | HasReduction, InRadar, Regression |
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | data:text/html,<select size="2" onfocus="alert()"><option>Foo</option><option>Bar</option></select> | ||
Matt Lilek
Selecting an <option> in a list box no longer focuses the list box, but clicking the scroll well or tabbing to it does focus it.
http://trac.webkit.org/projects/webkit/changeset/18338 seems to be the cause.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Matt Lilek
*** Bug 12008 has been marked as a duplicate of this bug. ***
Matt Lilek
From bug 12008 comment 3 - This issue is covered in <rdar://problem/4901834>
Darin Adler
Committed revision 18989.