Opened 16 years ago
Closed 16 years ago
#4145 closed Bug (fixed)
[IE] core/bootstrap is suspended in IE
Reported by: | Garry Yao | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IE Confirmed Review+ | Cc: |
Description
When opening core/bootstrap.html TCs separately, IE throwing errors shows that the core scripts is not loaded or executed at the right order, which breaks the TCs.
Attachments (1)
Change History (6)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 4145.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
This patch guarantees the execution logic inside the CKEDITOR.loader dependencies. It may make the editor loading a bit slower in source mode, but that's the only feasible way for it. We should not have performance issues because of this though.
comment:4 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
It seems that scripts loaded via appending on the DOM doesn't guarantee the execution order in IE, where the 'document.write' way always works.