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

Unhandled drag and drop on cloud tab opens an invalid file URL #7359

Open
sardination opened this issue Sep 8, 2022 · 0 comments
Open

Unhandled drag and drop on cloud tab opens an invalid file URL #7359

sardination opened this issue Sep 8, 2022 · 0 comments
Labels
bug Something isn't working priority-5-low #5 Priority - Something that should happen eventually 📁 Repo: mandelboxes This PR/Issue modifies /mandelboxes code 📁 Repo: protocol This PR/Issue modifies /protocol code

Comments

@sardination
Copy link
Contributor

Bug Description
If you drag a file over a website that doesn't handle dragged files, the default behavior is to open a new tab with a file URL for that file. On a cloud tab, this behaves the same way, but uses the path that corresponds to the file path on the server. Sometimes it doesn't even behave this way - it just becomes a white screen.

How to Reproduce
Drag a file over a cloud tab that doesn't handle dragged files.

Potential Implementation(s)
Capture if the server web page is not handling the file and trying to open a new tab and force the image to open up as a file URL on the local browser.

@sardination sardination added bug Something isn't working priority-5-low #5 Priority - Something that should happen eventually labels Sep 8, 2022
@philippemnoel philippemnoel transferred this issue from another repository Sep 22, 2022
@philippemnoel philippemnoel added 📁 Repo: protocol This PR/Issue modifies /protocol code 📁 Repo: mandelboxes This PR/Issue modifies /mandelboxes code labels Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-5-low #5 Priority - Something that should happen eventually 📁 Repo: mandelboxes This PR/Issue modifies /mandelboxes code 📁 Repo: protocol This PR/Issue modifies /protocol code
Projects
None yet
Development

No branches or pull requests

2 participants