Comment #5 on issue 21141 by [email protected]: onChange function applied to select element should excute and execute only once http://code.google.com/p/chromium/issues/detail?id=21141
I've looked into this - they are failing on Linux because ARROW_KEYS_POP_MENU is not defined and thus '\r' key doesn't fire OnChange event in dom/SelectElement.cpp. The platform-specific ARROW_KEYS_POP_MENU change has been made in r46081. c.f. https://bugs.webkit.org/show_bug.cgi?id=18363#c10 Will need to be resolved in upstream. -- 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 -~----------~----~----~----~------~----~------~--~---
