Input action not being fire reliably when Input context being toggled on and off

When an input context being toggled on and off, input action under this input context not able to fire its first input reliably from time to time.

From the repro file, there are two input contexts, “InputContext” and “HoldContext” - press Q to toggle the HoldContext’s on and off switch and press E to simulate the press action from from both context. We could see that from there are no output from “HoldAndPressAction” from time to time

context_repro.rbxl (60.9 KB)

2 Likes

I’m also having the same issue. I have two actions that listen to MouseRightButton and for the first click it works fine. After that the action is briefly disabled and then re-enabled. Clicking your mouse after that consistently fails to trigger .Pressed but the next click after that does. Both actions are under different contexts and changing the Priority seemingly does nothing.

It seems like the behavior of ignoring the first input after being re-enabled is consistent for all input actions in my experience.