Bug 12008 - REGRESSION(NativeListBox): Focus is not placed on SELECT after mousing down on OPTION element
Summary: REGRESSION(NativeListBox): Focus is not placed on SELECT after mousing down o...
Status: RESOLVED DUPLICATE of bug 11995
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Critical
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2006-12-27 18:00 PST by Chris Petersen
Modified: 2006-12-27 18:20 PST (History)
0 users

See Also:


Attachments
select sample test case (333 bytes, text/html)
2006-12-27 18:02 PST, Chris Petersen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***