Opened 9 years ago
Last modified 9 years ago
#14323 closed Bug
Cancel the Bold Style, there is redundancy html "<strong></strong>" left before the text — at Initial Version
Reported by: | HmTian | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Open the web page in browser (http://ckeditor.com/demo).
- In the Standard editor, select "Armstrong" the second paragraph, click the Bold button. Then "Armstrong" will be in <strong></strong>.
- select "Arms" , reclick the Bold button. Then "Arms" will not be strong.
- select "Arms" , reclick the Bold button. Then "Arms" will be in <strong></strong> again.
5.select "Arms" , 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"