Focused TextBoxes cause InputBegan/Ended events for GUI objects to behave erratically

When a textbox is focused, the InputBegan/Ended events for that textbox and other GUI objects cease to function properly.

Expected behavior: InputBegan/InputEnded fire consistently regardless of a textbox being focused
Current behavior: They do not

A very simple repro for this is here: badInputEvents.rbxm (4.0 KB)

Essentially, the steps are:

  • Connect to a GuiObject’s InputBegan/Ended event
  • Focus a textbox
  • The events quit functioning properly

This bug happens every time when these steps are followed.

3 Likes

Hi, this issue should be fixed now! Please let us know if you are still experiencing any errors and we can investigate further.

1 Like