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

Add FILE_DIALOG_OPEN_FOLDER to CefBrowser.runFileDialog() #498

Open
smilefx opened this issue Jan 17, 2025 · 0 comments
Open

Add FILE_DIALOG_OPEN_FOLDER to CefBrowser.runFileDialog() #498

smilefx opened this issue Jan 17, 2025 · 0 comments
Labels
enhancement Enhancement request

Comments

@smilefx
Copy link

smilefx commented Jan 17, 2025

Is your feature request related to a problem? Please describe.
I am trying to open a folder pick dialog using CefBrowser.runFileDialog() but am missing the option to select a folder instead of a specific file.

Describe the solution you'd like
Implement the CefDialogHandler.FileDialogMode.FILE_DIALOG_OPEN_FOLDER-Option which is already available in CEF as far as I am aware.

Describe alternatives you've considered
Using the showDirectoryPicker() JavaScript-Method but this does not return the absolute path.

Additional context

@smilefx smilefx added the enhancement Enhancement request label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement request
Projects
None yet
Development

No branches or pull requests

1 participant