Set atspi accessible role for screen reader support 30/158630/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Thu, 2 Nov 2017 05:21:43 +0000 (14:21 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Thu, 2 Nov 2017 05:21:43 +0000 (14:21 +0900)
Change-Id: I58ca4c29b7590748a2925d1a0b71e33ee2b6d82d

src/sclcoreui-efl.cpp

index 8202381..c28d007 100644 (file)
@@ -416,6 +416,7 @@ sclboolean CSCLCoreUIEFL::create_main_window()
     elm_win_keyboard_win_set(main_window, EINA_TRUE);
     elm_win_autodel_set(main_window, EINA_TRUE);
     elm_win_title_set(main_window, m_appid);
+    elm_atspi_accessible_role_set(main_window, ELM_ATSPI_ROLE_INPUT_METHOD_WINDOW);
     elm_win_prop_focus_skip_set(main_window, EINA_TRUE);
     int rots[] = { 0, 90, 180, 270 };
     elm_win_wm_rotation_available_rotations_set(main_window, rots, (sizeof(rots) / sizeof(int)));