Opened 8 years ago
Closed 8 years ago
#4145 closed Bug (fixed)
[IE] core/bootstrap is suspended in IE
| Reported by: | garry.yao | Owned by: | fredck |
|---|---|---|---|
| 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 8 years ago by garry.yao
comment:2 Changed 8 years ago by fredck
- Owner set to fredck
- Status changed from new to assigned
Changed 8 years ago by fredck
comment:3 Changed 8 years ago by fredck
- 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 8 years ago by garry.yao
- Keywords Review+ added; Review? removed
comment:5 Changed 8 years ago by fredck
- Resolution set to fixed
- Status changed from assigned to closed
Fixed with [4019].
Note: See
TracTickets for help on using
tickets.

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.