Ticket #5869 (closed defect: invalid)
dojo.connect() not providing enough key information on keyup and keypress
| Reported by: | alex | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Events | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by bill) (diff)
currently, dojo.connect() doesn't portably provide a keyChar property for both the keyup and keypress events across browsers. Enough data is available in both events to normalize, so we should.
Fixing this will allow the editor and other key-listener components to drop a lot of code.
Change History
Note: See
TracTickets for help on using
tickets.