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

[LVGL] Keyboard events are scrambled in LVGL v9 #393

Closed
fietser28 opened this issue Jun 2, 2024 · 2 comments
Closed

[LVGL] Keyboard events are scrambled in LVGL v9 #393

fietser28 opened this issue Jun 2, 2024 · 2 comments
Assignees
Labels
Milestone

Comments

@fietser28
Copy link
Collaborator

Describe the bug
The keyboard widget in v9 doesn't send a READY event, only a cancel event when READY is pressed. Cancel doesn't create an event.

To Reproduce
Steps to reproduce the behavior:
Run the attached project in simulator in debug mode.
Press the OK button: a cancel even is generated.
Press the cancel button: no event is generated.

Expected behavior
Same as in v8.3

** LVGL version (if used)**
V9 is not working. Changing the project to v8.3 it works.

lvgl-with-flow-tests.eez-project.zip

@fietser28 fietser28 added the bug label Jun 2, 2024
mvladic added a commit that referenced this issue Jun 2, 2024
@mvladic
Copy link
Contributor

mvladic commented Jun 2, 2024

Fixed.

@mvladic mvladic added this to the M20 milestone Jun 2, 2024
@fietser28
Copy link
Collaborator Author

Working.

@mvladic mvladic changed the title [LVGL] LVGL v9 keyboard events are scrambled [LVGL] Keyboard events are scrambled in LVGL v9 Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants