diff --git a/modules/ROOT/pages/8.8.0-release-notes.adoc b/modules/ROOT/pages/8.8.0-release-notes.adoc index 8f2fdad0d0..cba328c21c 100644 --- a/modules/ROOT/pages/8.8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.8.0-release-notes.adoc @@ -160,6 +160,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== The cursor could be placed at the start of a list item instead of the clicked position +// #TINYMCE-14490 + +Previously, in Chromium-based browsers such as Chrome and Edge, clicking to the right of a line inside certain list items could place the cursor at the start of the item rather than at the clicked position. This edge case affected list items that contained a nested list, along with any list items created from them, making it difficult to position the cursor accurately. This behavior originates from a known link:https://issues.chromium.org/issues/40767343[Chromium browser issue]. + +In {productname} {release-version}, {productname} detects this browser behavior and corrects the cursor position. Clicking within these list items now places the cursor at the clicked position. + [[security-fixes]] == Security fixes