Opened 10 years ago

Last modified 9 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

  1. Use samples/replacebyclass.html and standard-all build of the editor.
  2. Set the following HTML and selection
    <h1>x^</h1>
    
  3. Apply "Special Container" style from styles drop-down.
  4. 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 Piotrek Koszuliński

I recalled that this issue may already be reported.

comment:2 Changed 9 years ago by Jakub Ś

Keywords: IE8 added
Status: newconfirmed
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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy