Group and msgbox

Description

Hi
I want to navigate and choose a button of a msgbox. but it seems it doesn’t work.
not sure if there is a bug or I should do any other thing.

What MCU/Processor/Board and compiler are you using?

STM32F429, GCC, CubeIDE

What LVGL version are you using?

V 7.10.1

What do you want to achieve?

Navigate through the button of a msgbox and be able to click on them.

What have you tried so far?

Code to reproduce

    lv_group_add_obj(group_objects, msgbox_confirmation);
	lv_group_focus_obj(msgbox_confirmation);
	lv_group_set_editing(group_objects, true);