Comment #2 on issue 15666 by ocbaker: using the Up/Down keys when a
ComboBox is selected changes the item but does not fire the onchange event
http://code.google.com/p/chromium/issues/detail?id=15666
Here you are:
<select id="selection" onchange="alert('changed');">
<option id="google">Google YAY</option>
<option id="chrome">Google Chromium</option>
<option id="Wave">Google Wave</option>
<option id="Squared">Google Squared</option>
<option id="Wheel">Wonder Wheel</option>
</select>
The alert will appear when you change the selected value with you mouse,
but when the
List Box is selected (Has Focus) use the up/down keys to navigate the list
box
(change its selected value) which it does. But the Alert will not appear
(clearly
because the onchange event has not been fired)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---