Page tap(naviframe item) is supposed to be selected and read out when new item is pushed.
Change-Id: I34d7570264276c3f66ee32804afb558176b335d4
}
}
- if (_accept_object(obj)) {
+ if (_accept_object(obj) && atspi_accessible_get_role(obj, NULL) != ATSPI_ROLE_PAGE_TAB) {
DEBUG("Object %s with role %s fulfills highlight conditions", atspi_accessible_get_name(obj, NULL), atspi_accessible_get_role_name(obj, NULL));
if (youngest_ancestor_in_context)
g_object_unref(youngest_ancestor_in_context);