F3XTeam / RBX-Building-Tools

A set of powerful, easy building tools for ROBLOX.
41 stars 22 forks source link

Can't stop dragging after ending focus of any textbox? #68

Closed NNickey closed 9 years ago

NNickey commented 9 years ago

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.

NNickey commented 9 years ago

A temporary workaround can be to make only the title of each window drag able, instead of the entire frame.

GigsD4X commented 9 years ago

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().

NNickey commented 9 years ago

This appears to be fixed by Roblox now.