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

crashed when tabview slide release #6150

Closed
turoksama opened this issue Apr 29, 2024 · 3 comments
Closed

crashed when tabview slide release #6150

turoksama opened this issue Apr 29, 2024 · 3 comments
Labels

Comments

@turoksama
Copy link
Collaborator

LVGL version

v9.1.1 dev

What happened?

updated to v9.1.1 dev, a simple tabview drag will crashed the system, something bad happened in lv_obj_get_parent() something.

How to reproduce?

lv_obj_t *scr = lv_screen_active();
lv_obj_t *tv = lv_tabview_create(scr);
lv_tabview_add_tab(tv, "111111");
lv_tabview_add_tab(tv, "222222");
@kisvegabor
Copy link
Member

Should be fixed by #6109

@lvgl-bot
Copy link

We need some feedback on this issue.

Now we mark this as "stale" because there was no activity here for 14 days.

Remove the "stale" label or comment else this will be closed in 7 days.

@lvgl-bot lvgl-bot added the stale label May 15, 2024
@kisvegabor
Copy link
Member

#6109 is merged, so closing this issue.

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

3 participants