Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[BUG] Page increment and decrement #2328

Closed
2 tasks done
randytaber opened this issue Feb 12, 2023 · 1 comment
Closed
2 tasks done

[BUG] Page increment and decrement #2328

randytaber opened this issue Feb 12, 2023 · 1 comment
Labels
BUG Something isn't working

Comments

@randytaber
Copy link

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

If I program three page decrements, on button press, the page will decrement only twice....any actions thereafter are ignored...even if a time delay is enabled for each subsequent page decrement. I tried adding on button release commands, but I have found the same limitation

Steps To Reproduce

No response

Expected Behavior

No response

Environment (please complete the following information)

- OS:Mac Big Sur
- Browser: Chrome 110.0.5481.77 (Official Build) (x86_64)
- Companion Version: 2.4.2

Additional context

No response

@randytaber randytaber added the BUG Something isn't working label Feb 12, 2023
Julusian added a commit that referenced this issue Jun 14, 2023
@Julusian
Copy link
Member

I don't know what was happening in 2.4, but in 3.0 this was resulting on only the one ever executing.

This was caused by the code delaying the page change briefly, to minimise the risk of other actions being blocked while the device handled the drawing. But reshuffling this has resolved it for 3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
Development

No branches or pull requests

2 participants