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

New Feature: Specify a filename in the file dialog path api #94

Closed
mlabbe opened this issue Jan 7, 2021 · 0 comments
Closed

New Feature: Specify a filename in the file dialog path api #94

mlabbe opened this issue Jan 7, 2021 · 0 comments

Comments

@mlabbe
Copy link
Owner

mlabbe commented Jan 7, 2021

Specifying a filename in the save autocomplete path invalidates the path.

  The following behaviours occur:
   - Windows: Path fails regardless of whether the file exists, goes to Documents instead.
   - Linux:   Goes to the directory if the file does not exist, completely fails if the file exists with an
     anonymous hard drive icon.
   - MacOS: Path fails unless the file exists, in which case it becomse the default path.  Saving to this path
     makes Untitled.png show up.

  Expected results:
   - file does not exist: go to the path
   - file does exist: go to the path and autocomplete the filename if the OS supports it

There are no plans to polyfill missing OS functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant