atspi : Change default label append of popup from show_finish_cb to on_show 40/155340/2
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 13 Oct 2017 03:13:31 +0000 (12:13 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 13 Oct 2017 03:16:58 +0000 (12:16 +0900)
commit96807a121e6ee9661d93ce57d5323ef7cfe47483
tree342ca419c3e8accf616e58a8ed43c6361ec77968
parentf8d5e0c29f9a4524688f4d2ef93de02310829e44
atspi : Change default label append of popup from show_finish_cb to on_show

   show_finish_cb is called after animation of popup has finished.
   default label time limit for screen-readers is 0.3 seconds.
   Default label does not work if animation does not finish in 0.3 seconds
   So change it so that it can be processed by smart show.

Change-Id: Ib2e41e223634a728f4953e60dec3967ff251bc7a
src/lib/elc_popup.c