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] After menuMgr.activateMenuItem, "down" twice needed to move the cursor down #192

Closed
davetcc opened this issue Apr 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working critical
Milestone

Comments

@davetcc
Copy link
Owner

davetcc commented Apr 15, 2023

Describe the bug
When the activeMenuItem method is called on menu manager it is not also updating the encoder with the right value, this results in a problem where the encoder does not match up with the currently set value. At the same time we should ensure that the keyboard support for this works properly, as it is probably wrong there too. Touch screen should be unaffected.

Confirm that the bug is in the embedded library
This is an issue in tcMenu.cpp and possibly the keyboard support too.

Commerical or personal/community use
Commercial - davetcc.

To Reproduce
Simply call activateMenuItem on any item in the menu, it will leave the wrong value on the encoder.

Expected behavior
The active item and the encoder should match.

Device Specs
Not applicable, affects all boards.

@davetcc
Copy link
Owner Author

davetcc commented Apr 15, 2023

fixed

@davetcc davetcc closed this as completed Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical
Projects
None yet
Development

No branches or pull requests

1 participant