Opened 16 years ago
Last modified 16 years ago
#3096 closed Bug
FF: Block style: Deleted Text/Inserted Text not working — at Initial Version
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Firefox | Cc: |
Description
Those two styles doesn't working with the following generated codes, the schema is valid though, maybe it's belong to a bug of FF?
<ins> <h3 style="color: Blue;">text</h3> </ins> }} If we nested the <ins> inside <h3>, it works fine.