Changes between Version 14 and Version 15 of Ticket #6706


Ignore:
Timestamp:
Apr 11, 2012, 4:04:31 PM (12 years ago)
Author:
Wiktor Walc
Comment:

Using IE and the plain contenteditable element, pressing keyboard shortcuts at the beginning of the paragraph:

Ctrl + B, Ctrl + U and Ctrl + I

works as expected and results in correct formatting:

<strong><em><u>text</u></em></strong>

In CKEditor the result is different (only the last style is applied, as reported in TC):

<em>text</em>

You can compare the results in CKEditor and contenteditable element using the attached replacebyclass sample.

I'm adding this comment, because I initially thought that IE is unable to apply more than one style.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6706 – Description

    v14 v15  
    2121Typed text has only last selected format applied (Strike Through) and only last selected format option(Strike Through) shown as selected in the Tool bar. Even when we look at Element path bar or HTML Source only tag for Strike Through format is shown.
    2222
    23 To reproduce the defect in AJAX Sample. Type some text save the page.open the Editor again and repeat the above steps
     23To reproduce the defect in AJAX Sample. Type some text save the page.open the Editor again and repeat the above steps Strike Through icons.
     24
     25 OR:
     26
     27 It can be reproduced also when focus is inside the editor. Place the cursor at the beginning of the paragraph. Click on Bold,Italic,Underline
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy