Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

electron: 'save as...' command opens native dialog at incorrect location #9133

Closed
vince-fugnitto opened this issue Feb 26, 2021 · 0 comments · Fixed by #9135
Closed

electron: 'save as...' command opens native dialog at incorrect location #9133

vince-fugnitto opened this issue Feb 26, 2021 · 0 comments · Fixed by #9135
Labels
bug bugs found in the application electron issues related to the electron target

Comments

@vince-fugnitto
Copy link
Member

vince-fugnitto commented Feb 26, 2021

Bug Description:

When using the electron example, the save as... command opens the native dialog at the incorrect location.
Instead of opening the dialog at the workspace root, or the currently selected file location, the native dialog opens at the directory from which the example-electron app is started.

In the following example, my workspace is vscode but the save as... dialog opens the example-electron directory:

bug.mp4

Steps to Reproduce:

  1. start the example-electron application and open a workspace
  2. open a file, and execute save as... - notice the incorrect cwd
@vince-fugnitto vince-fugnitto added bug bugs found in the application electron issues related to the electron target labels Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application electron issues related to the electron target
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant