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