Issue 124991 - [Calc] no import/export of strikethrough attribute
Summary: [Calc] no import/export of strikethrough attribute
Status: CONFIRMED
Alias: None
Product: Calc
Classification: Application
Component: open-import (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
: 124992 (view as issue list)
Depends on:
Blocks:
 
Reported: 2014-05-27 10:24 UTC by mario.schroeder
Modified: 2014-05-27 12:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: 4.1.0
Developer Difficulty: ---


Attachments
HTML sample file (490 bytes, text/html)
2014-05-27 10:33 UTC, mario.schroeder
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description mario.schroeder 2014-05-27 10:24:47 UTC
Pasting HTML content into Calc doesn't apply the strikethrough attribute.
Neither the CSS style 'text-decoration', nor the <strike>, <s> or <del> show an effect.

Steps to reproduce:
1. Open the sample HTML code in a HTML editor (like BlueGriffon)
2. Create a new spreadsheet
3. Copy/paste the HTML to Calc

Sample HTML:
<!DOCTYPE html>
<html>
  <head><meta charset="utf-8"></head>
  <body>
    <table>
      <tbody>
        <tr>
          <td style="text-decoration:line-through;"><s>foo</s></td>
          <td style="text-decoration:line-through;"><strike>bar</strike></td>
        </tr>
        <tr>
          <td style="text-decoration:line-through;"><del>baz</del></td>
          <td style="text-decoration:line-through;"><s>qux</s></td>
        </tr>
      </tbody>
    </table>    
  </body>
</html>


Current behavior:
The cell content is pasted but strikethrough is ignored.

Expected behavior:
Strikethrough should be supported like e.g. bold, underline, ...
Comment 1 mario.schroeder 2014-05-27 10:33:23 UTC
Created attachment 83472 [details]
HTML sample file
Comment 2 mroe 2014-05-27 12:25:55 UTC
Calc doesn't import/export the strikethrough attribute.

Hint: Writer exports it as <STRIKE></STRIKE>.
Comment 3 mroe 2014-05-27 12:28:24 UTC
*** Issue 124992 has been marked as a duplicate of this issue. ***