Ticket #6667 (closed defect: fixed)
IE key events don't match Firefox
| Reported by: | doughays | Owned by: | doughays |
|---|---|---|---|
| Priority: | high | Milestone: | 1.2 |
| Component: | General | Version: | 1.1.0 |
| Severity: | major | Keywords: | |
| Cc: |
Description
Pressng the left paren key "(" generates
keyCode=40, charCode=40 on IE6, but
on FF2 and Safari, it generates, keyCode=0, charCode=40.
Since Firefox is the standard, IE is broken.
This is causing dijit/tests/form/test_ComboBox.html to fail.
Run the test in IE6, focus the first box with Iowa and try to type (.
The dropdown appears since the code thinks the down arrow was typed since it also has keyCode=40.
This works fine in FF and Safari.