Opened 13 years ago
Closed 13 years ago
#8433 closed Bug (fixed)
Revert #6417 to use new events in IE
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
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 (1)
Change History (4)
Changed 13 years ago by
Attachment: | 8433.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | set to Alfonso Martínez de Lizarrondo |
---|---|
Status: | new → review |
comment:2 Changed 13 years ago by
Milestone: | → CKEditor 3.6.3 |
---|---|
Status: | review → review_passed |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7381]
Proposed patch