Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/ROOT/pages/8.8.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].

@lorenzo-pomili lorenzo-pomili Jul 9, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rather than at the clicked position.

the problem is actually on a specific case when you click on the li (after the text ends for example) side of the text and the caret is expected to be positioned at the end of the li, clicking inside the content of the li works as expected


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
Expand Down
Loading