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
6 changes: 6 additions & 0 deletions modules/ROOT/pages/7.7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ This caused confusion in identifying the problem during setup.

{productname} {release-version} addresses this by providing a more detailed error message when the `uploadcare_public_key` is not configured.

==== Toolbar text field was not properly rendering focus.
// #TINY-11658

Previously, input elements lacked styling logic to display a border when focused, resulting in no visible indication of focus.
This issue has been resolved in {productname} {release-version}. Input elements now correctly display a border when focused, ensuring improved visual feedback.

==== It was possible to `tab` to a toolbar group that had all children disabled.
// #TINY-11665

Expand Down
Loading