Skip to content

Commit e1d0a88

Browse files
authored
DOC-2578: Checklist items were unresponsive in center or right alignments. (#3542)
1 parent e62a112 commit e1d0a88

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,23 @@ In {productname} {release-version}, this issue has been resolved by unifying the
7272

7373
For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
7474

75+
=== Checklist
76+
77+
The {productname} {release-version} release includes an accompanying release of the **Checklist** premium plugin.
78+
79+
**Checklist** Premium plugin includes the following fix.
80+
81+
==== Checklist items were unresponsive in `center` or `right` alignments
82+
// #TINY-11357
83+
84+
In previous versions of {productname}, an issue was identified where users could not check checklist items when they were `center` or `right` aligned. This occurred because the logic for detecting clicks relied on the left-most position of the `+<li>+` element, which remains unchanged regardless of text alignment.
85+
86+
As a result, clicks in center or right alignments would fail the logic check, leaving the items unresponsive.
87+
88+
{productname} {release-version} addresses this issue. Now, the logic compares the click position against the left-most position of the aligned text, rather than the parent `+<li>+` element. This adjustment ensures that clicks are properly registered regardless of alignment, restoring expected functionality across all alignment settings.
89+
90+
For information on the **Checklist** plugin, see: xref:checklist.adoc[Checklist].
91+
7592
=== Comments
7693

7794
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.

0 commit comments

Comments
 (0)