#1493 closed enhancement (fixed)
initial network drag and drop
Reported by: | Antoine Martin | Owned by: | J. Max Mena |
---|---|---|---|
Priority: | major | Milestone: | 2.1 |
Component: | client | Version: | trunk |
Keywords: | Cc: |
Change History (7)
comment:1 Changed 4 years ago by
Owner: | changed from Antoine Martin to alas |
---|
comment:2 follow-up: 3 Changed 4 years ago by
Before I close this:
Is this meant to work with applications? As in, if I drag an image locally and send it remotely into a word processor, will the image show up? Same thing for uploading a photo to...somewhere.
comment:3 Changed 4 years ago by
Owner: | changed from alas to J. Max Mena |
---|
Is this meant to work with applications? As in, if I drag an image locally and send it remotely into a word processor, will the image show up? Same thing for uploading a photo to...somewhere.
No. To handle drag and drop interactively with the remote application, you want #1494.
What this allows you to do is to drop files onto an xpra window and have them uploaded and opened with the default system application for this type of file type - the application window you drop it onto is not used for anything.
comment:5 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(okay actually doing the close)
comment:7 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1493
Done in r15546.
Here's the "-d dragndrop" output from the client as I drop 2 files onto a client window:
The two files I had dropped immediately showed up in new windows as the server had been started with
--open-files=yes
.@afarr: just a FYI, not sure you care about this feature.
Will follow up in #1494