Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[BUG] internal: Actions: Abort all delayed actions on a page #2877

Closed
2 tasks done
Suenee opened this issue May 23, 2024 · 1 comment
Closed
2 tasks done

[BUG] internal: Actions: Abort all delayed actions on a page #2877

Suenee opened this issue May 23, 2024 · 1 comment
Labels
BUG Something isn't working
Milestone

Comments

@Suenee
Copy link

Suenee commented May 23, 2024

Is this a bug in companion itself or a module?

  • I believe this to be a bug in companion

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

Delayed action is not interrupted even if you use command:
internal: Actions: Abort all delayed actions on a page

Steps To Reproduce

  1. Create button A with dealyed action for 15 seconds. This action will press and release button B:
    image
  2. Create button B:
    image

Expected Behavior

Push the button A and in time less then 15 seconds press button B. The delayed action on A should be interrupted. It does not work :-(

Environment (please complete the following information)

- OS:Win 10
- Browser: Chrome last
- Companion Version: 3.3.0

Additional context

No response

@Suenee Suenee added the BUG Something isn't working label May 23, 2024
@Julusian
Copy link
Member

As a workaround, you can tick the 'use variables for page' box, and type 35 into that field. It will then work as expected.

The logic handling that checkbox was faulty, causing it to always take the behaviour of when it was checked.

This is fixed in the betas, and will be in a 3.3.1 release at some point

@Julusian Julusian added this to the v3.3 milestone May 27, 2024
@Julusian Julusian moved this to Done in Companion Plan May 27, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
BUG Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants