Opened 12 years ago
Last modified 11 years ago
#10612 closed Bug
IE11 Compatibility — at Version 4
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.3 |
Component: | General | Version: | |
Keywords: | IE11 | Cc: | frietsch@…, mattleff@… |
Description (last modified by )
This is the main ticket to check IE11 compatibility. It is also an umbrella ticket for each specific issue related to it.
Status: assigned (1 match)
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
First findings:
CKEDITOR.env.ie == false && CKEDITOR.env.gecko == true
... so CKEditor sees it as Gecko.- If we force env.ie to true, no editor appears any more... and no error as well :/
It should be wrong to have env.gecko == true
, because I assume that IE doesn't need Gecko hacks. At the same time it looks like it doesn't need many of the previous IE hacks as well.
If we are able to have the editor created with env.ie == true
and it accepts well the IE hacks, that could be already a first step towards compatibility. I think this should be our first task.
comment:3 Changed 12 years ago by
Cc: | frietsch@… added |
---|
comment:4 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
cc