(it->icon, EVAS_CALLBACK_CHANGED_SIZE_HINTS, _size_hints_changed_cb,
obj);
//TIZEN_ONLY(20180607): Restore legacy focus
- //elm_widget_tree_unfocusable_set(it->icon, EINA_TRUE);
- //
+ /*
+ if (elm_widget_is(it->icon))
+ {
+ efl_access_object_access_type_set(it->icon, EFL_ACCESS_TYPE_DISABLED);
+ elm_widget_tree_unfocusable_set(it->icon, EINA_TRUE);
+ }
+ */
}
if (it->end)
{
(it->end, EVAS_CALLBACK_CHANGED_SIZE_HINTS, _size_hints_changed_cb,
obj);
//TIZEN_ONLY(20180607): Restore legacy focus
- //elm_widget_tree_unfocusable_set(it->end, EINA_TRUE);
- //
+ /*
+ if (elm_widget_is(it->end))
+ {
+ efl_access_object_access_type_set(it->end, EFL_ACCESS_TYPE_DISABLED);
+ elm_widget_tree_unfocusable_set(it->end, EINA_TRUE);
+ }
+ */
}
if (_elm_atspi_enabled())