Opened 9 years ago
Closed 9 years ago
#13785 closed Bug (fixed)
[IE8] Removeformat plugin test is not passing in IE8 after changes made to wysiwygarea plugin.
Reported by: | Szymon Kupś | Owned by: | Tomasz Jakut |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.5 |
Component: | General | Version: | 4.5.4 |
Keywords: | Cc: |
Description
Test remove format selection in nested editable
in http://tests.ckeditor.dev:1030/tests/plugins/removeformat/plugin is not passing on IE8 and was ignored for that browser during CKEditor 4.5.4 release tests.
It looks like this started to happen after git:24b9d.
Change History (4)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 9 years ago by
Owner: | set to Tomasz Jakut |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 9 years ago by
Status: | assigned → review |
---|
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Good job, fixed with git:e4f2432.
It seems that this commit deleted one thing: adding
doc.$.compatMode
todocumentElement
in IE. Adding that back fixes the issue in IE.Pushed branch:t/13785