-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: issues with closing editor in dirty state (#11094)
* fix: button focus when closing editor with unsaved changes Closing an editor with unsaved changes now correctly focues the "Save"-button in the modal. Note that this only affects the custom modal and not the default browser popup, since we can't controll this. * fix: browser confirmation dialog after closing editor * docs: fix typos in changelog Co-authored-by: Benedikt Kulmann <[email protected]> --------- Co-authored-by: Benedikt Kulmann <[email protected]>
- Loading branch information
1 parent
41d5561
commit 5efd63e
Showing
5 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
changelog/unreleased/bugfix-browser-confirmation-after-closing-editor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Bugfix: Browser confirmation dialog after closing editor | ||
|
||
We've fixed a bug where the browser falsely asked the user for confirmation when closing or reloading the page after an editor with unsaved changes had been closed. | ||
|
||
https://github.com/owncloud/web/issues/11092 | ||
https://github.com/owncloud/web/pull/11094 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Bugfix: Button focus when closing editor | ||
|
||
When closing an editor with unsaved changes, the modal now correctly focuses the primary "Save"-button. | ||
|
||
https://github.com/owncloud/web/issues/11091 | ||
https://github.com/owncloud/web/pull/11094 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters