From d1baa3f67724ac46650ad97fb556f12a5ac0ff1f Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Tue, 18 Mar 2025 10:11:35 +1000 Subject: [PATCH 1/3] DOC-3163: Exception was thrown when trying to use context form API after component was detached. --- modules/ROOT/pages/7.7.2-release-notes.adoc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/7.7.2-release-notes.adoc b/modules/ROOT/pages/7.7.2-release-notes.adoc index 63892aacda..a65be80fe2 100644 --- a/modules/ROOT/pages/7.7.2-release-notes.adoc +++ b/modules/ROOT/pages/7.7.2-release-notes.adoc @@ -23,10 +23,14 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] {productname} {release-version} also includes the following bug fixes: -=== -// #TINY-vwxyz1 +=== Exception was thrown when trying to use the context form API after the toolbar was detached. +// #TINY-11781 + +Previously, an error occurred when the `setValue` function from the Context Form API was called after the toolbar had been detached from the DOM. As a result, developers were unable to retrieve the value of the Context Form when using the API after the form had been closed. + +{productname} {release-version} resolves this issue by ensuring that developers can now reliably get and set the value of the Context Form even after it has been detached. -// CCFR here. +For more information on the Context Form API, see: xref:contextform.adoc[Context Forms] [[security-fixes]] From eb870dd895dd93cfb719199ed7db9383abd26678 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Tue, 18 Mar 2025 18:36:09 +1000 Subject: [PATCH 2/3] Update modules/ROOT/pages/7.7.2-release-notes.adoc --- modules/ROOT/pages/7.7.2-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.2-release-notes.adoc b/modules/ROOT/pages/7.7.2-release-notes.adoc index a65be80fe2..550b7b1f94 100644 --- a/modules/ROOT/pages/7.7.2-release-notes.adoc +++ b/modules/ROOT/pages/7.7.2-release-notes.adoc @@ -26,7 +26,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] === Exception was thrown when trying to use the context form API after the toolbar was detached. // #TINY-11781 -Previously, an error occurred when the `setValue` function from the Context Form API was called after the toolbar had been detached from the DOM. As a result, developers were unable to retrieve the value of the Context Form when using the API after the form had been closed. +Previously, an error occurred when the `setValue` function from the xref:contextform.adoc#formapi[Context Form API] was called after the toolbar had been detached from the DOM. As a result, developers were unable to retrieve the value of the Context Form when using the API after the form had been closed. {productname} {release-version} resolves this issue by ensuring that developers can now reliably get and set the value of the Context Form even after it has been detached. From 89a0be854d182529b33beec65ef88282c85155f1 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Tue, 18 Mar 2025 18:37:29 +1000 Subject: [PATCH 3/3] Update modules/ROOT/pages/7.7.2-release-notes.adoc --- modules/ROOT/pages/7.7.2-release-notes.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.2-release-notes.adoc b/modules/ROOT/pages/7.7.2-release-notes.adoc index 550b7b1f94..3ca45f5cc8 100644 --- a/modules/ROOT/pages/7.7.2-release-notes.adoc +++ b/modules/ROOT/pages/7.7.2-release-notes.adoc @@ -30,7 +30,6 @@ Previously, an error occurred when the `setValue` function from the xref:context {productname} {release-version} resolves this issue by ensuring that developers can now reliably get and set the value of the Context Form even after it has been detached. -For more information on the Context Form API, see: xref:contextform.adoc[Context Forms] [[security-fixes]]