Textboxes in a draggable frame get stuck

I type in the textbox and press enter. I move my mouse and the frame comes with it. It doesn’t let go. If I click again, I erase what I typed.

Yeah, something in one of the last updates caused this and has made using cmdutl a huge pain.

The dragging problem happens with ScrollingFrames as well.

Well, for once… I’m glad I use a custom dragging system for to how my GUIs ate configured.

Here’s a version of CmdUtl that works around it.

I did some testing; it looks like the mouse click event listener of GuiButtons seems to conflict with that of TextBoxes. It doesn’t have anything to do with draggable guis.

This is affecting Building Tools by F3X as well :frowning:

qCmdUtility is a real pain to use now.