Bug 12008

Summary: REGRESSION(NativeListBox): Focus is not placed on SELECT after mousing down on OPTION element
Product: WebKit Reporter: Chris Petersen <c.petersen87>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Critical Keywords: InRadar, Regression
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
select sample test case none

Description Chris Petersen 2006-12-27 18:00:00 PST
* SUMMARY
This might be already reported but wanted to file just in case. When I mouse down on a OPTION child contained in a select, the select element doesn't get focus. The select element doesn't appear with a focus ring nor does the option element appear with the correct highlight color.

* STEPS TO REPRODUCE
1. With Webkit nightly build r18428, open the attached test case: nps_reduced.html
2. Click on any of the option child contained in the select element.
3. Notice the select element doesn't appear with a focus ring after you have clicked on any of the option elements


* RESULTS
The focus ring should appear around the select element after clicking it's child option element

* REGRESSION
Yes, this works correctly with stock Safari in  10.4.8
Comment 1 Chris Petersen 2006-12-27 18:02:02 PST
Created attachment 12074 [details]
select sample test case
Comment 2 Chris Petersen 2006-12-27 18:02:43 PST
The select element will only appear with a focus ring if I mouse down on select's scrollbar.
Comment 3 Chris Petersen 2006-12-27 18:06:19 PST
This issue is covered in <rdar://problem/4901834>
Comment 4 Matt Lilek 2006-12-27 18:20:56 PST

*** This bug has been marked as a duplicate of 11995 ***