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

ShowOpenDialogAsync escapes URL characters #735

Open
cosmo0 opened this issue Jan 18, 2023 · 1 comment
Open

ShowOpenDialogAsync escapes URL characters #735

cosmo0 opened this issue Jan 18, 2023 · 1 comment
Labels

Comments

@cosmo0
Copy link
Contributor

cosmo0 commented Jan 18, 2023

  • Version: 13.5.1

Steps to Reproduce:

  1. browse for a folder using ShowOpenDialogAsync
  2. select a folder using a "+" in its name
    => the "+" disappears
@cosmo0 cosmo0 added the bug label Jan 18, 2023
cosmo0 added a commit to cosmo0/Electron.NET that referenced this issue Apr 3, 2023
GregorBiswanger added a commit that referenced this issue Apr 3, 2023
Fixes issue #735 - paths are URL escaped
@ravi-devitpl
Copy link

I am on v.23.6.1 and still facing the issue with ShowOpenDialogAsync.

  1. Browse for a folder using ShowOpenDialogAsync to choose a file
  2. For example: C:\Program Files\Notepad++\notepad++.exe
  3. It returns: "C:\Program Files\Notepad \notepad .exe"
    Any help or temporary fix to this issue?

Thanks!

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

No branches or pull requests

2 participants