RESOLVED FIXED 9809
Focus ring fails to appear on select element after choosing item from popup
https://bugs.webkit.org/show_bug.cgi?id=9809
Summary Focus ring fails to appear on select element after choosing item from popup
Chris Petersen
Reported 2006-07-09 11:36:09 PDT
 * SUMMARY Focus ring fails appear on select element after choosing item from popup * STEPS TO REPRODUCE Tested with NB r15239   1. With a custom css sheet applied,  (select { -webkit-appearance: menulist; box-sizing: border-box; }, open attached test case "select_option.html" 2. Select any item from the popup list and mouse up 3. Notice the select menu doesn't have a focus ring (but it should) The focus ring DOES appear if I tab to the select element  but not after I select a item from the popup. * RESULTS Focus ring should appear around select element but doesn't * REGRESSION Yes, this is a regression with the new native popup 
Attachments
sample select test case (224 bytes, text/html)
2006-07-09 12:28 PDT, Chris Petersen
no flags
Chris Petersen
Comment 1 2006-07-09 11:39:31 PDT
This issue has been filed as 4619515 in Radar
Chris Petersen
Comment 2 2006-07-09 12:28:39 PDT
Created attachment 9303 [details] sample select test case
Darin Adler
Comment 3 2006-07-10 23:09:34 PDT
I'm trying just adding some focus() calls.
Darin Adler
Comment 4 2006-07-11 19:48:53 PDT
*** Bug 9853 has been marked as a duplicate of this bug. ***
Darin Adler
Comment 5 2006-07-11 19:50:03 PDT
Committed revision 15367.
Note You need to log in before you can comment on or make changes to this bug.