Opened 13 years ago
Last modified 9 years ago
#8369 closed Bug
Chrome - Unable to unbold text that has inline style — at Initial Version
Reported by: | Michael Camden | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.6 |
Keywords: | Cc: | mcamden@… |
Description
I've confirmed this in Chrome on Windows 7, not sure of other browsers. If text is bolded using the strong tag, and has an inline style, it cannot be unbolded.
Steps to reproduce:
- Goto ckeditor.com/demo and clear out the content
- Press the 'source' button, and insert the following html:
<p>
<strong style="color:#40e0d0;">The quick brown fox.</strong></p>
- Press the 'source' button again to enter WYSIWYG mode.
- Select the text 'The quick brown fox' and press the 'bold' button. The text will not be unbolded.