Opened 8 years ago

Last modified 8 years ago

#14323 closed Bug

Cancel the Bold Style, there is redundancy html "<strong></strong>" left before the text — at Version 1

Reported by: HmTian Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description (last modified by Jakub Ś)

Steps to reproduce

  1. Open the web page in browser (http://ckeditor.com/demo).
  2. In the Standard editor, select "Armstrong" the second paragraph, click the Bold button. Then "Armstrong" will be in <strong></strong>.
  3. select "Arms" , reclick the Bold button. Then "Arms" will not be strong.
  4. Don't change selection and reclick the Bold button. Then "Arms" will be in <strong></strong> again.
  5. Don't change selection and reclick the Bold button. Then "Arms" will not be strong. But there is a "<strong></strong>" before "Arms".

Expected result

"Arms"

Actual result

<strong></strong>"Arms"

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

Change History (1)

comment:1 Changed 8 years ago by Jakub Ś

Description: modified (diff)
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