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

Can't drag and drop files to insert a path #102

Open
hanskokx opened this issue Oct 22, 2018 · 7 comments
Open

Can't drag and drop files to insert a path #102

hanskokx opened this issue Oct 22, 2018 · 7 comments
Labels
enhancement New feature or request

Comments

@hanskokx
Copy link
Contributor

I was trying to run a program, using a filename as an argument. I tried to drag/drop the file into the window to insert the path+filename. This didn't do anything.

@felixse
Copy link
Owner

felixse commented Oct 22, 2018

I looked at this a while ago. Problem is that the UWP WebView is not acting like a real control for drop events, and when handling it in JavaScript I only received the filename, but not a complete path. Maybe adding the broadFileSystemAccess capability changes this, but I haven't tried it.

@felixse felixse added the enhancement New feature or request label Oct 22, 2018
@hanskokx
Copy link
Contributor Author

hanskokx commented Oct 22, 2018 via email

@RikkaW
Copy link

RikkaW commented Jan 12, 2019

@felixse I have an idea, adding a transparent control above WebView to receive drop events and changing its Visibility according to Window.Current.Activated.

@felixse
Copy link
Owner

felixse commented Jan 14, 2019

@RikkaW interesting idea, I will definetively try this 👍

@solarkraft
Copy link

solarkraft commented Jul 4, 2019

I would be really happy about this addition, as I use it constantly on Linux. Would it be possible to have a copy/paste feature [as well/at least]?

@felixse felixse mentioned this issue Jun 1, 2020
@F-Unction
Copy link

so when will you do it.

@smark91
Copy link

smark91 commented Apr 5, 2021

Big up for this!

beyond-danube added a commit to beyond-danube/FluentTerminal that referenced this issue Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants