Bug 153923 - Unclosed 'dd' tag in HTML export with a table with offset
Summary: Unclosed 'dd' tag in HTML export with a table with offset
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Mike Kaganski
URL:
Whiteboard: target:7.6.0 target:7.5.2 target:7.5.3
Keywords: filter:html
Depends on:
Blocks:
 
Reported: 2023-03-02 12:37 UTC by Mike Kaganski
Modified: 2023-04-11 19:14 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Kaganski 2023-03-02 12:37:02 UTC
In a text document, create a table; in the table properties, make its alignment "from left", value of left spacing e.g. "3 cm". Save it as HTML.

The result will contain an unclosed 'dd' tag immediately before 'table' tag. Since it is intended to define an indentation of the table, it should be closed after the table end.
Comment 1 Commit Notification 2023-03-02 15:31:49 UTC
Mike Kaganski committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/74cd34d54d16cb68fbaf1e8cb9844b1048491965

tdf#153923: close 'dd' tag properly

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.
Comment 2 Commit Notification 2023-03-03 10:36:32 UTC
Mike Kaganski committed a patch related to this issue.
It has been pushed to "libreoffice-7-5":

https://git.libreoffice.org/core/commit/2456bcee922851a7538d2a34e3bad9c4e05239b6

tdf#153923: close 'dd' tag properly

It will be available in 7.5.2.

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.
Comment 3 Commit Notification 2023-04-11 13:39:50 UTC
Mike Kaganski committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/3ce1616ea371e0efd317290bb4f943f319404800

tdf#153923: In ReqIF case, avoid fake dl/dd used to emulate indentation

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.
Comment 4 Commit Notification 2023-04-11 19:14:31 UTC
Mike Kaganski committed a patch related to this issue.
It has been pushed to "libreoffice-7-5":

https://git.libreoffice.org/core/commit/4c515136ed3d7494638b6ecddcd5ae6419faf026

tdf#153923: In ReqIF case, avoid fake dl/dd used to emulate indentation

It will be available in 7.5.3.

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.