Changes between Initial Version and Version 1 of Ticket #11413, comment 1
- Timestamp:
- Jan 16, 2014, 4:19:26 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11413, comment 1
initial v1 1 1 I'm not sure right now but it seems that in CKE 4.0 we changed value returned by fire() when event is cancelled. So to check whether event has not been cancelled we need to compare returned value with `!== false`. 2 3 A part of the ticket is to find when and what has been changed. And also we should check whether we don't have other `fire() !== true` leftovers.