Comment #2 on issue 7621 by alexankrah: enter key not working with chrome http://code.google.com/p/chromium/issues/detail?id=7621
Hi Don't know if this thread is still being watched but I'd be happy if someone could get back to me on this. A section of my application requires an input from users, on entering a value in a textbox, users hit Enter (Return Key) and this calls a buttons onclick event. This works fine in IE, FF, and Opera but not Chrome. I get an Unabale to Load error. This is what I am using onkeydown="if(event.keyCode==13 || e.which) SearchSomething();" Could anyone advice on this? Cheers -- 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 -~----------~----~----~----~------~----~------~--~---
