Bug 10741

Summary: selecting a select option by typing its value fails
Product: WebKit Reporter: Mark Malone <markmalone>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: adele, ap, mitz
Priority: P2 Keywords: HasReduction, InRadar
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
test case none

Description Mark Malone 2006-09-05 17:16:56 PDT
If a user set focus to a select element by tabbing to it then types a known value, the select doesn't set the current value to what was typed.

If the user clicks on the drop down then clicks off, then types types a know value, the correct item is selected.
Comment 1 Mark Malone 2006-09-05 17:17:35 PDT
Created attachment 10408 [details]
test case
Comment 2 Mark Malone 2006-09-05 17:17:48 PDT
rdar://4718187
Comment 3 Alexey Proskuryakov 2006-09-05 21:37:35 PDT
I'm seeing different results in stock Safari and TOT:

Stock Safari: the value changes only after tabbing out from the control. This is native Cocoa behavior, and it feels buggy to me.

TOT: typing has no effect. This matches Carbon, and I used to think that this is expected behavior.
Comment 4 mitz 2006-11-11 10:10:28 PST
Is this different from bug 9764?
Comment 5 Alexey Proskuryakov 2007-02-23 11:04:23 PST
Closing as a duplicate per comment 4.

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