Fix screen reader to read the contents when request popup launched 12/194612/2
authorYunjin Lee <yunjin-.lee@samsung.com>
Fri, 20 Jul 2018 08:04:02 +0000 (17:04 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Fri, 7 Dec 2018 06:06:04 +0000 (15:06 +0900)
- According to the PLM issue, screen reader should read the message on
pop-up immediately.

Change-Id: I8814caa5c4687586abfe3ab576cc139beccda009
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
src/notification-daemon/ui/PopupCheckWearable.h

index 77e48294ed95a40829cbd77684491d98c50b9787..925796c3f1174abe29fd68188ec515e264cb8766 100644 (file)
@@ -188,6 +188,8 @@ public:
         evas_object_show(icon);
         elm_atspi_accessible_name_set(m_denyButton, Po::getDenyButtonMsg().c_str());
 
+        elm_atspi_accessible_name_set(m_popup, m_msg.c_str());
+
         /* language changed callback */
         vconf_notify_key_changed(VCONFKEY_LANGSET, &PopupCheckWearable::langChangedCb, this);