-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
secondary-windowissues related to multi or secondary window supportissues related to multi or secondary window support
Description
Feature Description:
The issue tracks a known limitation from #11048 that webviews (esp. custom editors) in secondary windows do not respect the autoSave option.
Steps to Reproduce:
- start the browser-app with the custom-editor-sample extension
- start the application with exampleFiles as a workspace
- ensure that
autoSaveisoff - open
example.cscratch - add/remove entries in the file - confirm the file is dirty and closing the file prompts users
- open
example.cscratchin a secondary window - add/remove entries in the file - no visual indicator that the file is dirty
- attempt to close the dirty window - the window is closed, and a dialog appears after the fact in the main window (related secondary-window: Open dialogs in the secondary window #11647)
- if you use
cancelin the dialog the file can never be re-opened unless the app is restarted.
Screen.Recording.2022-09-19.at.8.12.17.AM.mov
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
secondary-windowissues related to multi or secondary window supportissues related to multi or secondary window support