Changes between Version 1 and Version 2 of Ticket #12354, comment 30
- Timestamp:
- Sep 16, 2014, 2:32:07 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12354, comment 30
v1 v2 3 3 Right. But onKeyDown method is reaction for key down event it shouldn't call any extra event callbacks. Why complicate things? Place where event callbacks are called is {{{attachListeners}}} method. 4 4 {{{attachListeners}}} - responsible for call event callbacks in proper order or as react for event - fixing incompatibilities. 5 5 6 {{{on*}}} - callbacks which are called on this events.