Opened 7 years ago

Last modified 7 years ago

#16472 confirmed Bug

[IE/Edge] Bold (and other style tags) are applied multiple times

Reported by: kkrzton Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 4.3
Keywords: IE Cc: satya_minnekanti@…

Description

Steps to reproduce

  1. Go to http://ckeditor.com/demo#full.
  2. Switch to source and paste following html <p>This is <strong>example</strong> text</p>.
  3. Switch back to WYSIWYG mode.
  4. Focus content like <p>This ^is <strong>example</strong> text</p>.
  5. Use keyboard (arrows + shift) to create selection like <p>This [is <strong>exam]ple</strong> text</p>.
  6. Apply bold.

Expected result

Resulted html should be <p>This <strong>[is exam]ple</strong> text</p>.

Actual result

Resulted html is <p>This <strong>is <strong>exam</strong>ple </strong>text</p>. For most styles it is hard to notice, but for bold it creates double bolded text (at least in IE11).

Other details (browser, OS, CKEditor version, installed plugins)

Checked on IE11 in CKEditor 4.5.11. Does not occur in Chrome or FF.

Change History (6)

comment:1 Changed 7 years ago by kkrzton

Component: GeneralCore : Styles
Status: newconfirmed

comment:2 Changed 7 years ago by Jakub Ś

Keywords: IE added
Version: 4.3

Problem can be reproduced from CKEditor 4.3 in IE8-11.

comment:3 Changed 7 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added

comment:4 Changed 7 years ago by kkrzton

Summary: [IE11] Bold (and other style tags) are applied multiple times[IE] Bold (and other style tags) are applied multiple times

comment:5 Changed 7 years ago by kkrzton

Summary: [IE] Bold (and other style tags) are applied multiple times[IE/Edge] Bold (and other style tags) are applied multiple times

comment:6 Changed 7 years ago by kkrzton

This issue is also reproducible in Edge browser.

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