From f1996ac3241a6e76740f76d9e84d0f2a7a960697 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 22 Apr 2026 14:04:06 +1000 Subject: [PATCH] DOC-3355: Certain combinations of divs inside of lists would cause issues turning off lists --- modules/ROOT/pages/8.5.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/8.5.0-release-notes.adoc b/modules/ROOT/pages/8.5.0-release-notes.adoc index 1a48ade30d..0ae386d312 100644 --- a/modules/ROOT/pages/8.5.0-release-notes.adoc +++ b/modules/ROOT/pages/8.5.0-release-notes.adoc @@ -110,6 +110,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== Certain combinations of divs inside of lists would cause issues turning off lists +// #TINY-14070 + +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. + +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. + [[security-fixes]] == Security fixes