| Summary: | FILEOPEN DOCX Strikethrough is not displayed | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | siyi <1749014976> |
| Component: | LibreOffice | Assignee: | Justin L <jluth> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ilmari.lauhakangas, jluth, miguelangelrv |
| Priority: | medium | Keywords: | filter:docx |
| Version: | 3.5.0 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.6.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 107830 | ||
| Attachments: |
Deletion lines are not displayed properly
Sample file with first line modified PDF exported from office.com |
||
|
Description
siyi
2023-04-11 06:43:12 UTC
Created attachment 186572 [details]
Deletion lines are not displayed properly
Created attachment 186583 [details] Sample file with first line modified Works for me with Version: 7.5.2.2 (X86_64) / LibreOffice Community Build ID: 53bb9681a964705cf672590721dbc85eb4d0c3a2 CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: CL threaded Please test with a clean profile, Menu/Help/Restart in Safe Mode And also, can you paste the information in Menu/Help/About LibreOffice, there is an icon to copy. Created attachment 186666 [details]
PDF exported from office.com
In office.com Asdasdads on the second page has strikethrough unlike LibreOffice
Tested with 6.4, 5.4, 4.3, 3.5.
In the document.xml I see
<w:r>
<w:rPr>
<w:rFonts w:hint="eastAsia" w:ascii="等线" w:hAnsi="等线" w:eastAsia="等线" w:cs="等线"/>
<w:b w:val="0"/>
<w:bCs w:val="0"/>
<w:strike/>
<w:dstrike w:val="0"/>
<w:sz w:val="72"/>
<w:szCs w:val="144"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t>Asdasdads</w:t>
</w:r>
Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/3e6f4bbefaa4f4f83210970210aa7796aab7cf03 tdf#154751 writerfilter: last enabled strikethrough wins It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |