Closed NNickey closed 9 years ago
A temporary workaround can be to make only the title of each window drag able, instead of the entire frame.
Apparently that doesn't work, since the Draggable property has to be enabled on the frame that is going to be moved. What would work would be what we do with all other inputs, which is overlay a button over the input and manually call :CaptureFocus().
This appears to be fixed by Roblox now.
When you go ahead and click on a textbox. For example, the increment of the move tool. Right after hitting enter, the window would keep the click down request and ignore that you had clicked on a textbox, and drag with the cursor.