elm: [atspi][elm_popup] Ignore text from elm_object_text_set in accessible_name_get
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 8 Dec 2017 10:50:06 +0000 (16:20 +0530)
committerJiyoun Park <jy0703.park@samsung.com>
Thu, 21 Dec 2017 12:22:58 +0000 (21:22 +0900)
commite3a68bb2ad7223b1cd54ff69deb6ba39cab62285
tree733a4df8b7845ce02f47c047fc81780df80efd9a
parent11308f51c3b486eb30e4dabb383821e3e7566b6c
elm: [atspi][elm_popup] Ignore text from elm_object_text_set in accessible_name_get

Because of screen-reader need to read title when object have dialog role(popup),
but object_text_get gets the body text. So, if user do not set accessible name
in the popup, elc_popup should return title.

@tizen_fix

orignal patch: b4978c5ba599c4b35bdf60ff40f294bbe556da18

Change-Id: Ifc583d6c4a2c916e0551f2c839904d3fa43a2751
src/lib/elementary/elm_widget.c