-
-
Notifications
You must be signed in to change notification settings - Fork 21.7k
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
Godot 4 Unable to drag from Window / Popup #62384
Comments
1656084021765.mp4 |
@316902108 I think it's another issue. In my case dragging within modal Window is works fine. But can't move any drag preview beyond borders of modal Window. |
For clarification. In my case dragging is not stops when i move cursor outside of modal Window. If move cursor from modal Window and back then drag preview will be shown. But outside of modal Window drag preview is not displayed and drop also not work. In same time drag and drop of same item but not from modal Window is works fine. See video: video2.mp4 |
You describe two issues:
Consolidating this as a duplicate with the other two bug-reports. |
Godot version
v4.0.alpha10.official [4bbe7f0]
System information
Windows 10, GLES3
Issue description
Sorry if it's not considered as a bug. But there is a problem. With new Godot 4 Window or Popup can't drag anything and drop outside (of a Window or a Popup). See video below.
I've tried to toggle some Window options like 'popup_window', 'wrap_controls', 'transient', 'handle_input_locally'. But it's not helps.
Steps to reproduce
video.mp4
Minimal reproduction project
test.zip
The text was updated successfully, but these errors were encountered: