Skip to content

Commit f1996ac

Browse files
committed
DOC-3355: Certain combinations of divs inside of lists would cause issues turning off lists
1 parent 9378169 commit f1996ac

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
110110

111111
// CCFR here.
112112

113+
=== Certain combinations of divs inside of lists would cause issues turning off lists
114+
// #TINY-14070
115+
116+
Previously, certain combinations of `+div+` elements inside list items could prevent lists from being toggled off. The list detection logic would prematurely identify a `+div+` within a list item as a list host rather than recognizing it as content inside an existing list. This made it impossible to remove the list formatting in affected content structures.
117+
118+
In {productname} {release-version}, the list detection logic now correctly identifies when a `+div+` is inside a list and locates the parent list before treating the element as a host. Lists with nested `+div+` elements can now be toggled off as expected.
119+
113120

114121
[[security-fixes]]
115122
== Security fixes

0 commit comments

Comments
 (0)