Skip to content

Commit ddda59e

Browse files
authored
Docs: DOC-3243 - Toggling lists cause selection issues (#4023)
1 parent 3a26cec commit ddda59e

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
@@ -293,6 +293,13 @@ In {productname} {release-version}, a check was added to prevent compression whe
293293

294294
// CCFR here.
295295

296+
=== Toggling lists cause selection issues
297+
// #TINY-13213
298+
299+
Previously, repeatedly toggling list formatting (for example, switching between bullet and ordered lists) could cause the selection to extend unexpectedly, including content that was not initially selected. The selection would jump to adjacent lines and expand with each subsequent toggle, making it difficult to apply list changes only to the intended items.
300+
301+
In {productname} {release-version}, the selection logic no longer considers the forced root block when the selection is not collapsed. This prevents the selection from expanding beyond the intended list items, so list formatting can be toggled without unintended selection changes.
302+
296303
=== Setting width via Table Properties did not apply when `table_style_by_css` was `false`.
297304
// #TINY-12797
298305

0 commit comments

Comments
 (0)