-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Cannot DragAndDrop Files into TreeView #12404
Closed
Comments
tsmaeder
added
bug
bugs found in the application
vscode
issues related to VSCode compatibility
labels
Apr 12, 2023
This is weird, since the original PR included a "how to test" scenario that covers dragging from the OS. |
tsmaeder
added a commit
to tsmaeder/theia
that referenced
this issue
Apr 13, 2023
Also clears "local transfers" when drag ends, preventing the items from a previous D&D operation to spill over to the next one. Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
1 task
tsmaeder
added a commit
to tsmaeder/theia
that referenced
this issue
Apr 13, 2023
Also clears "local transfers" when drag ends, preventing the items from a previous D&D operation to spill over to the next one. Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
tortmayr
added a commit
that referenced
this issue
Apr 27, 2023
Also clears "local transfers" when drag ends, preventing the items from a previous D&D operation to spill over to the next one. Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]> Co-authored-by: Tobias Ortmayr <[email protected]>
jonah-iden
pushed a commit
to jonah-iden/theia
that referenced
this issue
May 2, 2023
…lipse-theia#12409) Also clears "local transfers" when drag ends, preventing the items from a previous D&D operation to spill over to the next one. Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]> Co-authored-by: Tobias Ortmayr <[email protected]>
This was referenced Nov 27, 2023
This was referenced Nov 28, 2023
This was referenced Dec 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description:
Dragging files into a tree view contributed from a VS Code Extensions seems broken at the moment, even if the tree view correctly asks for the
files
mime type.Steps to Reproduce:
files
mime type set in it'sTreeDragAndDropController.dropTypes
array.handleDrop()
method of the d&d controller is not invoked.Additional Information
The text was updated successfully, but these errors were encountered: