From f6667e6e81d643a2044da5e247cb83ca37cad78f Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Mon, 15 Dec 2025 15:39:02 +1000 Subject: [PATCH 1/3] DOC-3337: View would close when resource was still loading. --- modules/ROOT/pages/8.3.1-release-notes.adoc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/modules/ROOT/pages/8.3.1-release-notes.adoc b/modules/ROOT/pages/8.3.1-release-notes.adoc index 8bb1fe05a1..12ed301e58 100644 --- a/modules/ROOT/pages/8.3.1-release-notes.adoc +++ b/modules/ROOT/pages/8.3.1-release-notes.adoc @@ -25,17 +25,19 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] The following premium plugin updates were released alongside {productname} {release-version}. -=== +=== Suggested Edits -The {productname} {release-version} release includes an accompanying release of the **** premium plugin. +The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin. -**** includes the following . +**Suggested Edits** includes the following fix. -==== +==== View would close when the resource was still loading. -// CCFR here. +In previous versions of {productname}, the Suggested Edits view could automatically close while the integration script was still loading. As a result, the view was exited during editor initialization, requiring users to manually reopen it. -For information on the **** plugin, see: xref:.adoc[]. +This issue has been resolved in {productname} {release-version}. The editor now enters a loading state while the integration script is loading, preventing the Suggested Edits view from closing automatically during initialization. + +For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits]. [[bug-fixes]] From 65fe47f08a7a801727b8c2cda50503b5593157e1 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 17 Dec 2025 08:44:15 +1000 Subject: [PATCH 2/3] Update modules/ROOT/pages/8.3.1-release-notes.adoc Co-authored-by: Mitchell Crompton --- modules/ROOT/pages/8.3.1-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.3.1-release-notes.adoc b/modules/ROOT/pages/8.3.1-release-notes.adoc index 12ed301e58..5e8e825fef 100644 --- a/modules/ROOT/pages/8.3.1-release-notes.adoc +++ b/modules/ROOT/pages/8.3.1-release-notes.adoc @@ -33,7 +33,7 @@ The {productname} {release-version} release includes an accompanying release of ==== View would close when the resource was still loading. -In previous versions of {productname}, the Suggested Edits view could automatically close while the integration script was still loading. As a result, the view was exited during editor initialization, requiring users to manually reopen it. +In previous versions of {productname}, opening the Suggested Edits view when the integration script was not yet loaded would cause the view to immediately close, requiring users to manually reopen it until the script was loaded. This issue has been resolved in {productname} {release-version}. The editor now enters a loading state while the integration script is loading, preventing the Suggested Edits view from closing automatically during initialization. From a35777b6d798e39846fe98fb0d17ad9e7b333bc7 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 17 Dec 2025 08:44:23 +1000 Subject: [PATCH 3/3] Update modules/ROOT/pages/8.3.1-release-notes.adoc Co-authored-by: Mitchell Crompton --- modules/ROOT/pages/8.3.1-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.3.1-release-notes.adoc b/modules/ROOT/pages/8.3.1-release-notes.adoc index 5e8e825fef..53ce7ce250 100644 --- a/modules/ROOT/pages/8.3.1-release-notes.adoc +++ b/modules/ROOT/pages/8.3.1-release-notes.adoc @@ -35,7 +35,7 @@ The {productname} {release-version} release includes an accompanying release of In previous versions of {productname}, opening the Suggested Edits view when the integration script was not yet loaded would cause the view to immediately close, requiring users to manually reopen it until the script was loaded. -This issue has been resolved in {productname} {release-version}. The editor now enters a loading state while the integration script is loading, preventing the Suggested Edits view from closing automatically during initialization. +This issue has been resolved in {productname} {release-version}. The editor now enters a loading state if the Suggested Edits view is opened while the integration script is loading, instead of immediately closing, and exits this state once the script has loaded. For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].