Opened 4 years ago
#18997 new defect
Editor - Missing strikethrough text after normalize style
Reported by: | KristinaProkopchuk | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Editor | Version: | 1.9.8 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you convert the strikethrough text, which has been pasted from MS Word, with NotmalizeStyle?.js, the text containing in tag <s> will be missed.
Steps to repeat:
- Open MS Word and type up some text. Make part of the text strikethrough.
- Copy the text from Word and paste into the Editor.
- Convert css style.
Expected result: convert styles without losing text
Actual Result: the strikethrough text is missed. The result looks something like <strike></strike>.
Note: See
TracTickets for help on using
tickets.