if (ao) {
if (text && strlen(text)) {
elm_access_info_set(ao, ELM_ACCESS_INFO, text);
- DbgPrint("Access info is updated: [%s]\n", text);
+ DbgPrint("Access info is updated: %s [%s], %p\n", part, text, ao);
} else {
/*!
* \note
elm_object_focus_custom_chain_append(handle->parent, ao, NULL);
elm_access_activate_cb_set(ao, activate_cb, NULL);
evas_object_event_callback_add(ao, EVAS_CALLBACK_DEL, access_del_cb, handle);
- DbgPrint("[%s] Register access info: (%s) to, %p\n", part, text, handle->parent);
+ DbgPrint("[%s] Register access info: (%s) to, %p (%p)\n", part, text, handle->parent, ao);
}
}
} else {
if (ret == EINA_FALSE) {
ErrPrint("Action error\n");
}
+ } else if (!strcasecmp(operation, "reset,focus")) {
+ elm_object_focus_custom_chain_set(edje, NULL);
}
out: