You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This iteration we switched the native file dialog implementation in Electron to use the same component as what Chromium uses for its file dialogs. It helped address a long standing bug of open and save file dialogs appearing behind the application. Although there are no user facing API changes in the new implementation we would like to sanity test some basic bits.
File:
Select File > Open File and cancel the dialog
Select File > Open File and ensure dialog appears in front of the window
Open a file from step 2)
Edit the file and choose File > Save As, ensure the file can be saved
Folder:
Select File > Open Folder and cancel the dialog
Select File > Open Folder and ensure dialog appears in front of the window
In the folder open dialog ensure only folders are allowed to be open and files are inactive
Filters:
Select File > Open Workspace from File
Ensure only files with .code-workspace extension can be opened
Confirm opening a workspace
Filters:
Run Chat: Import Chat...
Confirm file dialog only shows .json files
The text was updated successfully, but these errors were encountered:
Refs: #146422
Complexity: 3
Create Issue
This iteration we switched the native file dialog implementation in Electron to use the same component as what Chromium uses for its file dialogs. It helped address a long standing bug of open and save file dialogs appearing behind the application. Although there are no user facing API changes in the new implementation we would like to sanity test some basic bits.
File:
File > Open File
and cancel the dialogFile > Open File
and ensure dialog appears in front of the windowFile > Save As
, ensure the file can be savedFolder:
File > Open Folder
and cancel the dialogFile > Open Folder
and ensure dialog appears in front of the windowFilters:
File > Open Workspace from File
.code-workspace
extension can be openedFilters:
Chat: Import Chat...
.json
filesThe text was updated successfully, but these errors were encountered: