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.