microtimber / select-box

Automatically exported from code.google.com/p/select-box
0 stars 0 forks source link

Keyboard arrow navigation through a Select-box doesn’t work #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Tab to the selectbox.
2. Use arrow keys to change the active item.

What is the expected output? What do you see instead?
The active option of the select element controlled by the Select-box plugin 
should change to the value of newly selected option and the onchange event 
should be fired.
Instead of that, the Select-box visually changes its active option, but the 
original select underneath still has its original option selected and
the onchange event is not fired.

What version of the product are you using? On what operating system?
v0.2, Windows 7 32-bit, Chrome 30

Original issue reported on code.google.com by stepan.t...@gmail.com on 23 Oct 2013 at 12:15