https://issues.apache.org/ooo/show_bug.cgi?id=124992
Issue ID: 124992
Issue Type: DEFECT
Summary: Copy/paste: strikethrough attribute is not exported
Product: Calc
Version: 4.1.0
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: formatting
Assignee: [email protected]
Reporter: [email protected]
The HTML exporter doesn't export the strikethrough attribute.
Steps to reproduce:
1. Create a new spreadsheet
2. Type some text into one ore more cells and apply the strikethrough
attribute.
3. Select the cell(s) and copy/paste the into a HTML editor (like BlueGriffon)
Current behavior:
The exported HTML contains no indication for the strikethrough attribute.
Expected behavior:
Strikethrough being exported as <strike>, <s> or <del> element or as CSS style
'text-decoration'.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.