Bug 14701
Summary: | REGRESSION (Win 3.0.2 - r22096): Focus ring not drawn on selected popup | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Lilek <dev+webkit> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ddkilzer, emacemac7 |
Priority: | P1 | Keywords: | HasReduction, InRadar, PlatformOnly, Regression |
Version: | 523.x (Safari 3) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | data:text/html,<select><option>Foo</option><option>Bar</option></select> |
Matt Lilek
On Windows, the focus ring for a popup is not drawn until after the popped up menu is dismissed. This is a regression from Safari 3.0.2 Beta which draws the focus ring as the <select> is clicked. This does not affect WebKit on Mac OS X.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
<rdar://problem/5352254>
David Kilzer (:ddkilzer)
Matt, are there any real-world web sites that exhibit this behavior?
Matt Lilek
(In reply to comment #2)
> Matt, are there any real-world web sites that exhibit this behavior?
>
Any use of a <select>. However, using regular 3.0.2 Beta at work today I think I noticed that focus rings weren't always drawn, but I definitely see the behavior on my home machine so this may or may not be P1 - I'll have to look into it.
David Kilzer (:ddkilzer)
This was fixed as of (at least) Safari 4.0.3 for Windows.