Skip to content

Commit 6a02984

Browse files
authored
Docs: DOC-3526 - Worked around a Chromium bug where clicking on the right of an li could fail (#4169)
1 parent c4f1d87 commit 6a02984

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ In {productname} {release-version}, pressing Tab or Shift+Tab on an open menu no
101101

102102
// CCFR here.
103103

104+
=== Worked around a Chromium bug where clicking on the right of an `li` could fail
105+
// #TINY-13886
106+
107+
Previously, clicking to the right of the content in a list item could place the cursor at the start of the item instead of at the location that was clicked. This was caused by a Chromium browser bug that moved the caret to an incorrect position.
108+
109+
In {productname} {release-version}, a targeted workaround detects this case and corrects the caret position. Clicking to the right of a list item now places the cursor where expected.
110+
104111

105112
[[security-fixes]]
106113
== Security fixes

0 commit comments

Comments
 (0)