From 2c62764d596fbb73553d26dbf389078a30e04623 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Mon, 17 Feb 2025 15:50:00 +1000 Subject: [PATCH 1/2] DOC-3132: Editor now dispatches event after a comment is edited or a reply is created. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index eae2603d9e..f300be83da 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -74,6 +74,13 @@ In previous versions of **Comments**, the side panel header blended into the bod {productname} {release-version} improves this by enhancing the side panel header’s visibility, creating a clearer distinction from the body, and refining the overall UI aesthetics. +==== Editor now dispatches `Change` event after a comment is edited or a reply is created. +// #TINY-11802 + +Previously, when a comment was edited or replied to, the editor did not enter a dirty state. As a result, in embedded mode with the xref:save.adoc[Save plugin], the save button remained disabled after replying to or editing a comment, which was not the expected behavior. + +In {productname} {release-version}, this issue has been addressed. The editor now transitions to a dirty state when a comment is edited or replied to, ensuring that changes can be saved using the save button as intended. + For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments]. === Image Optimizer From f6020302ef34a21b72d1aa53bfc29cc4b9b8bcb7 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Tue, 18 Feb 2025 11:06:40 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/7.7.0-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index f300be83da..8c57b44051 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -77,7 +77,7 @@ In previous versions of **Comments**, the side panel header blended into the bod ==== Editor now dispatches `Change` event after a comment is edited or a reply is created. // #TINY-11802 -Previously, when a comment was edited or replied to, the editor did not enter a dirty state. As a result, in embedded mode with the xref:save.adoc[Save plugin], the save button remained disabled after replying to or editing a comment, which was not the expected behavior. +Previously, when a comment was edited or replied to, the editor did not enter a dirty state. As a result, in embedded mode with the xref:save.adoc[Save] plugin, the save button remained disabled after replying to or editing a comment, which was not the expected behavior. In {productname} {release-version}, this issue has been addressed. The editor now transitions to a dirty state when a comment is edited or replied to, ensuring that changes can be saved using the save button as intended.