Bug 62150 - Closing a select popup by clicking on its down arrow resets selections made by keyboard
Summary: Closing a select popup by clicking on its down arrow resets selections made b...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-06 14:37 PDT by Yair Yogev
Modified: 2011-11-01 09:21 PDT (History)
2 users (show)

See Also:


Attachments
testcase (671 bytes, text/html)
2011-06-06 14:37 PDT, Yair Yogev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yair Yogev 2011-06-06 14:37:38 PDT
Created attachment 96123 [details]
testcase

If you open a select element, mark some item in the list using the keyboard but close that drop down list by clicking on the down arrow of the element (the one usually used to open the list) the selection isn't made despite its deceiving look: once the select element is unfocused it resets to the old selection.

Tested using Windows Safari with Webkit Nightly r88144. 
In FF & IE8 clicking that arrow confirms the selection (just like pressing Enter...)