You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used treenode to build a file browser with drag-and-drop functionality for moving files. I found that I cannot drag and drop the widget into a treenode that contains its parent treenode; it seems that the drop_callback is not being triggered correctly. Notice how the yellow highlight does not appear on uncle treenodes.
To Reproduce
Steps to reproduce the behavior:
see video
Expected behavior
The widget should be put in the selected treenode.
Screenshots/Video
Video1.mp4
Standalone, minimal, complete and verifiable example
Version of Dear PyGui
Version: 2.3.0
Operating System: Windows 11
My Issue/Question
I used treenode to build a file browser with drag-and-drop functionality for moving files. I found that I cannot drag and drop the widget into a treenode that contains its parent treenode; it seems that the
drop_callbackis not being triggered correctly. Notice how the yellow highlight does not appear on uncle treenodes.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The widget should be put in the selected treenode.
Screenshots/Video
Video1.mp4
Standalone, minimal, complete and verifiable example