- When scrollable panel is closed by elm_panel_hidden_set(),
elm_panel_toggle() APIs, it shows animation with scroller bringin
effect.
- During this animation, panel is still focusable, and may stop closing
when content gets focused.
- scrollable panel is now set unfocusable when closed by APIs above, and
set focusable when opened after bringin animation.
origin: upstream(
f4d5d57e17496098eeb9427a5b196d26963d5c78)
Change-Id: I43e32a10845f81a3c146a2dbd59093b6606c6759
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
int x = 0, y = 0;
Eina_Bool horizontal = EINA_FALSE;
+ elm_widget_tree_unfocusable_set(obj, EINA_TRUE);
switch (sd->orient)
{
case ELM_PANEL_ORIENT_TOP: