Skip to content

Commit

Permalink
Update modules/ROOT/pages/6.8-release-notes.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kemister85 authored Nov 27, 2023
1 parent f73204c commit 78af88b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modules/ROOT/pages/6.8-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,14 @@ As a consequence, the plugin failed to detect if the selection was at the beginn

=== A closing notification brings focus to the editor even when focus is outside of the editor
// #TINY-10282
Previously {productname}'s notification system would return focus back to the editor UI even in situations when the user "clicked" on the close button, and in situations when the `focus` was external to the editor UI.
Previously {productname}'s notification system would bring the focus to the editors content after the user;

* inserted new content by typing;
* was then displayed a notification;
* closed it; then
* immediately resumed typing without having to click again

As a consequence, the notification would appear and then time out, which shifted the focus from any location (including when the user was focused external to the editor UI) back to the content when the notification closed.

As a consequence, the `focus` would consistently shift back to the editor, irrespective of its current location.

Expand Down

0 comments on commit 78af88b

Please sign in to comment.