Ticket #8433 (closed Bug: fixed)
Revert #6417 to use new events in IE
| Reported by: | alfonsoml | Owned by: | alfonsoml |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.3 |
| Component: | General | Version: | 3.4.2 |
| Keywords: | Cc: |
Description
The way that Microsoft implements some of the new behavior and standards is by using only the W3C event model, leaving the old "MS way" untouched.
That means for example that in order to listen to a file drop we must use addEventListener, if we use attachEvent it won't work.
The fix is just to revert #6417 where the order of setting the listener was changed to fix a problem with IE9 while it was in beta, but the final version doesn't have the bug so I think that we should try to use the W3C way first again
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Proposed patch