Opened 10 years ago
Last modified 10 years ago
#12328 confirmed Bug
[IE8] Predefined style pruned by the editor
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 4.1 |
Keywords: | IE8 | Cc: |
Description
- Use samples/replacebyclass.html and standard-all build of the editor.
- Set the following HTML and selection
<h1>x^</h1>
- Apply "Special Container" style from styles drop-down.
- Switch WYSIWYG->SOURCE->WYSIWYG
Expected: Contents hold the style.
<div style="background:#eee; border:1px solid #ccc; padding:5px 10px">x</div>
Actual:
<p>x</p>
Notes:
- It works in dev code.
- It works in other browsers.
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Keywords: | IE8 added |
---|---|
Status: | new → confirmed |
Version: | → 4.1 |
Problem can be reproduced from CKEditor 4.1 in IE8. It looks like ACF issue and I have not found a duplicate for it.
I recalled that this issue may already be reported.