Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/ROOT/pages/7.7.2-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]

{productname} {release-version} also includes the following bug fixes:

=== 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 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.

=== Exception occurs when pressing `tab` in the last cell of a non-editable table
// #TINY-11797

Expand Down