Opened 16 years ago
Last modified 16 years ago
#4651 closed Bug
[FF] Deleted and Inserted text styles being rendered — at Initial Version
Reported by: | Joe Kavanagh | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | Core : Styles | Version: | 3.0.1 |
Keywords: | IBM Confirmed Review+ | Cc: | dchojna@… |
Description
Using the Ajax sample.
- Create an editor instance.
- Insert some text.
- Select the text and apply the "Deleted Text" style.
Observe that the text does not change.
When you remove the editor from the page the text remains the same. The text does get surrounded by del elements. It may be due to the fact that del and ins elements are not allowed to contain block elements when they are used like inline elements.