[chromium-bugs] Issue 3347 in chromium: onChange event is not fired when an option is selected using keyboard

2009-08-15 Thread codesite-noreply
Comment #10 on issue 3347 by danielgindi: onChange event is not fired when an option is selected using keyboard http://code.google.com/p/chromium/issues/detail?id=3347 Right. If you know a situation exists where you better use onBlur instead of onChange, then use it, it is you who is in char

[chromium-bugs] Issue 3347 in chromium: onChange event is not fired when an option is selected using keyboard

2009-08-14 Thread codesite-noreply
Comment #9 on issue 3347 by ocbaker: onChange event is not fired when an option is selected using keyboard http://code.google.com/p/chromium/issues/detail?id=3347 @ryan.wheale. Thats why there is a onBlur event. you might as well not have an onChange event if its just a replica of the onBlur

[chromium-bugs] Issue 3347 in chromium: onChange event is not fired when an option is selected using keyboard

2009-04-06 Thread codesite-noreply
Updates: Status: WontFix Owner: j...@chromium.org Comment #6 on issue 3347 by j...@chromium.org: onChange event is not fired when an option is selected using keyboard http://code.google.com/p/chromium/issues/detail?id=3347 (No comment was entered for this change.) -- You recei

[chromium-bugs] Issue 3347 in chromium: onChange event is not fired when an option is selected using keyboard

2009-03-24 Thread codesite-noreply
Comment #5 on issue 3347 by ryan.wheale: onChange event is not fired when an option is selected using keyboard http://code.google.com/p/chromium/issues/detail?id=3347 onchange is usually fired on blur. The reason it is like this is suppose you are selecting your state from a drop down, and

[chromium-bugs] Issue 3347 in chromium: onChange event is not fired when an option is selected using keyboard

2008-11-22 Thread codesite-noreply
Comment #4 on issue 3347 by gbarret: onChange event is not fired when an option is selected using keyboard http://code.google.com/p/chromium/issues/detail?id=3347 Another issue onChange doesn't fire on a text field. -- You received this message because you are listed in the owner or CC field

[chromium-bugs] Issue 3347 in chromium: onChange event is not fired when an option is selected using keyboard

2008-11-03 Thread codesite-noreply
Issue 3347: onChange event is not fired when an option is selected using keyboard http://code.google.com/p/chromium/issues/detail?id=3347 Comment #3 by [EMAIL PROTECTED]: Using arrow keys to select an option doesn't fire onChange event Reduction: http://go/reductions/3347/mytest.html This wor