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
Describe the bug
When comparing widget pointers in different ways, the result is always false.
Screenshots
Desktop (please complete the following information):
OS: Debian
Version 12
** LVGL version (if used)**
9.x
Additional context
The screenshots attached above show a container with a button inside, for which the "event bubble" flag is set. The expected behavior of my script:
If the button was pressed, then Event.getTarget will refer to the button, and Event.getCurrentTarget to the container, in which case some action must be performed.
If the container area in which there is nothing was pressed, then Event.getTarget and Event.getCurrentTarget will refer to the container and no action is required in this case.
The text was updated successfully, but these errors were encountered:
Describe the bug
When comparing widget pointers in different ways, the result is always false.
Screenshots
Desktop (please complete the following information):
** LVGL version (if used)**
Additional context
The screenshots attached above show a container with a button inside, for which the "event bubble" flag is set. The expected behavior of my script:
The text was updated successfully, but these errors were encountered: