I'm having an odd issue so intermittently that I don't know how to replicate it consistently: drag and drop stops working, as in it stops calling _can_drop_data on any of my controls at all. Weirdly, it will let me start a drag, and calls _drag_data, but then no matter where I put it it will always count the drag as unsuccessful (triggering _notification)
I can't figure out the cause, sometimes it seems to happen just from running around in-game doing nothing, but I can restart the game instance and the issue persists. The only way to fix it is to literally restart the editor itself, and then the issue vanishes until it reappears later.
I don't know where to begin with fixing this. It seems like it might be an engine bug, but I wanted to know if anyone has any thoughts on how to narrow down the cause of this issue before I make a uselessly vague bug report. Do I need to compile the engine with debug symbols or something?