You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a button has both "Short release actions" and a duration group (Execute while held enabled), if the user presses the button for the duration the duration group runs as expected but upon release the "Short release actions" also run.
This appears to be a bug in v4.0.0+7866-main-2e96b757 (and perhaps earlier 4.0 versions -- this is the only one I tried)
It works correctly in v3.5.2
Steps To Reproduce
Define a button.
Add a "Short release actions"
Add a "Duration Group" (I used 750 ms)
Press and hold the button for at least the specified duration
Release the button.
Expected Behavior
The duration group actions should run.
The "short release actions" should not run, since it was not a short release.
Environment (please complete the following information)
This appears to be a bug in v4.0.0+7866-main-2e96b757 (and perhaps earlier 4.0 versions -- this is the only one I tried)
It works correctly in v3.5.2 (and likely earlier versions too)
Note: I use short release rather than "press actions" to prevent the action from triggering before the long-press
The text was updated successfully, but these errors were encountered:
Is this a bug in companion itself or a module?
Is there an existing issue for this?
Describe the bug
If a button has both "Short release actions" and a duration group (Execute while held enabled), if the user presses the button for the duration the duration group runs as expected but upon release the "Short release actions" also run.
This appears to be a bug in v4.0.0+7866-main-2e96b757 (and perhaps earlier 4.0 versions -- this is the only one I tried)
It works correctly in v3.5.2
Steps To Reproduce
Define a button.
Add a "Short release actions"
Add a "Duration Group" (I used 750 ms)
Press and hold the button for at least the specified duration
Release the button.
Expected Behavior
The duration group actions should run.
The "short release actions" should not run, since it was not a short release.
Environment (please complete the following information)
Additional context
This appears to be a bug in v4.0.0+7866-main-2e96b757 (and perhaps earlier 4.0 versions -- this is the only one I tried)
It works correctly in v3.5.2 (and likely earlier versions too)
Note: I use short release rather than "press actions" to prevent the action from triggering before the long-press
The text was updated successfully, but these errors were encountered: