Skip to content

Commit ad4cf8a

Browse files
authored
Docs: DOC-3243 - Some formatting was not applied to items in multilevel list. (#4019)
1 parent a038409 commit ad4cf8a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

modules/ROOT/pages/8.4.0-release-notes.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,13 @@ In {productname} {release-version}, a check was added to prevent compression whe
300300

301301
// CCFR here.
302302

303+
=== Some formatting was not applied to items in multilevel list.
304+
// #TINY-13324
305+
306+
Previously, when applying formatting such as background, bold, italic, underline, or strikethrough to a multilevel list and then adding new items before the second-level list, the new items could lose some of that formatting. This occurred because creating a new line in a list item that contained a nested list sometimes trimmed the empty elements that held the applied styles.
307+
308+
In {productname} {release-version}, the trim logic has been updated to avoid removing these elements when inserting a new line inside a list item that contains both an empty element (the styles) and a nested list. The formatting is now preserved as expected when adding new items to multilevel lists.
309+
303310
=== Now `link` dialog allows uploading empty files
304311
// #TINY-13421
305312

0 commit comments

Comments
 (0)