#1488823 closed Bugs (fixed)
in opera the keypress event does not fire
| Reported by: | bes.internal | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.9-beta |
| Component: | Client Scripts | Version: | 0.8.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In the opera, delete not delete messages at msglist
Opera generate keydown,keyup event instead keydown,keypress,keyup for delete and other function keys
In js code a lot of hacks on this. Need to review again
Attachments (1)
Change History (4)
Changed 6 months ago by alec
comment:1 Changed 6 months ago by alec
- Milestone changed from later to 0.9-beta
comment:2 Changed 6 months ago by alec
- Resolution set to fixed
- Status changed from new to closed
Tested with IE. Patch applied in 17a8fb353bd5141db990dfa467c8fc2634f8de58.
comment:3 Changed 6 months ago by bes.internal
Thanks. At 0.8.4 works too
Note: See
TracTickets for help on using
tickets.

I made a small refactoring, see attached patch. It looks that everything is ok in Firefox and Opera. Need to check in other browsers.