From fb2926b59c96cd6a5ee4cb94a132d97ea6cfdeb1 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 9 Jul 2026 15:18:53 +1000 Subject: [PATCH 1/4] Docs: TINYDOC-3528 - Clicking the reply button triggered an editor blur event --- modules/ROOT/pages/8.8.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/ROOT/pages/8.8.0-release-notes.adoc b/modules/ROOT/pages/8.8.0-release-notes.adoc index 8f2fdad0d0..b7b74ea6ba 100644 --- a/modules/ROOT/pages/8.8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.8.0-release-notes.adoc @@ -71,6 +71,21 @@ The {productname} {release-version} release includes an accompanying release of For information on the **** plugin, see: xref:.adoc[]. +=== Comments + +The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin. + +**Comments** includes the following fix. + +==== Clicking the reply button triggered an editor blur event +// #TINYMCE-12236 + +Previously, selecting the reply button on a comment could cause the editor to fire a `+blur+` event, even though focus remained within the editor. Expanding the replies re-rendered the comment and moved focus, which the editor interpreted as focus leaving the editor. Applications that rely on the `+blur+` event to detect when editing has finished could behave incorrectly. + +In {productname} {release-version}, the Comments plugin preserves editor focus when expanding replies. The editor no longer fires an unexpected `+blur+` event when the reply button is selected. + +For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments]. + [[accompanying-premium-plugin-end-of-life-announcement]] == Accompanying Premium plugin end-of-life announcement From d50849d8e844c1475fdcfaf6a4d1a1dfe01fd72e Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 9 Jul 2026 16:53:31 +1000 Subject: [PATCH 2/4] Docs: TINYDOC-3528 - Reference the concrete reply count button in the blur event note --- modules/ROOT/pages/8.8.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.8.0-release-notes.adoc b/modules/ROOT/pages/8.8.0-release-notes.adoc index b7b74ea6ba..48d351b644 100644 --- a/modules/ROOT/pages/8.8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.8.0-release-notes.adoc @@ -80,7 +80,7 @@ The {productname} {release-version} release includes an accompanying release of ==== Clicking the reply button triggered an editor blur event // #TINYMCE-12236 -Previously, selecting the reply button on a comment could cause the editor to fire a `+blur+` event, even though focus remained within the editor. Expanding the replies re-rendered the comment and moved focus, which the editor interpreted as focus leaving the editor. Applications that rely on the `+blur+` event to detect when editing has finished could behave incorrectly. +Previously, selecting the reply count button on a comment thread, such as *1 reply*, could cause the editor to fire a `+blur+` event, even though focus remained within the editor. Expanding the replies re-rendered the comment and moved focus to the editor content, which the editor interpreted as focus leaving the editor. Applications that rely on the `+blur+` event to detect when editing has finished could behave incorrectly. In {productname} {release-version}, the Comments plugin preserves editor focus when expanding replies. The editor no longer fires an unexpected `+blur+` event when the reply button is selected. From f6b6be83072e7e4ad19d6d6cc4109cbfbe3a01af Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 14 Jul 2026 09:21:36 +1000 Subject: [PATCH 3/4] Update modules/ROOT/pages/8.8.0-release-notes.adoc Co-authored-by: tiny-ben-tran --- modules/ROOT/pages/8.8.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.8.0-release-notes.adoc b/modules/ROOT/pages/8.8.0-release-notes.adoc index 48d351b644..b76b76a7fa 100644 --- a/modules/ROOT/pages/8.8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.8.0-release-notes.adoc @@ -80,7 +80,7 @@ The {productname} {release-version} release includes an accompanying release of ==== Clicking the reply button triggered an editor blur event // #TINYMCE-12236 -Previously, selecting the reply count button on a comment thread, such as *1 reply*, could cause the editor to fire a `+blur+` event, even though focus remained within the editor. Expanding the replies re-rendered the comment and moved focus to the editor content, which the editor interpreted as focus leaving the editor. Applications that rely on the `+blur+` event to detect when editing has finished could behave incorrectly. +Previously, selecting the reply button on a comment thread, such as *1 reply*, could cause the editor to fire a `+blur+` event, even though focus remained within the editor. Expanding the replies re-rendered the comment and moved focus to the editor content, which the editor interpreted as focus leaving the editor. Applications that rely on the `+blur+` event to detect when editing has finished could behave incorrectly. In {productname} {release-version}, the Comments plugin preserves editor focus when expanding replies. The editor no longer fires an unexpected `+blur+` event when the reply button is selected. From d8a880217bece4605e562e5cfe93513ea0ab01fd Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 14 Jul 2026 10:50:04 +1000 Subject: [PATCH 4/4] Docs: TINYDOC-3528 - Correct the blur event mechanism to focus loss to document body --- modules/ROOT/pages/8.8.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.8.0-release-notes.adoc b/modules/ROOT/pages/8.8.0-release-notes.adoc index b76b76a7fa..91ef691a34 100644 --- a/modules/ROOT/pages/8.8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.8.0-release-notes.adoc @@ -80,7 +80,7 @@ The {productname} {release-version} release includes an accompanying release of ==== Clicking the reply button triggered an editor blur event // #TINYMCE-12236 -Previously, selecting the reply button on a comment thread, such as *1 reply*, could cause the editor to fire a `+blur+` event, even though focus remained within the editor. Expanding the replies re-rendered the comment and moved focus to the editor content, which the editor interpreted as focus leaving the editor. Applications that rely on the `+blur+` event to detect when editing has finished could behave incorrectly. +Previously, selecting the reply button on a comment thread, such as *1 reply*, could cause the editor to fire a `+blur+` event, even though the user was still working within the editor. Expanding the replies re-rendered the comment, and because the focused element was removed during the re-render, focus fell back to the document body instead of remaining within the editor. The editor interpreted this loss of focus as the user leaving the editor entirely. Applications that rely on the `+blur+` event to detect when editing has finished could behave incorrectly. In {productname} {release-version}, the Comments plugin preserves editor focus when expanding replies. The editor no longer fires an unexpected `+blur+` event when the reply button is selected.