atspi : Change default label append of popup from show_finish_cb to on_show 94/156494/1
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 13 Oct 2017 03:13:31 +0000 (12:13 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Wed, 18 Oct 2017 12:25:21 +0000 (21:25 +0900)
commit0f834dc1b813fac712082b21d91eb15b555aa592
treeb93aa3df0a65a4162eb50dcf89b55589d5b4e30c
parent2d206de00e09cffeb7da0751cf33312d24da5963
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: I1a626a6cf650a0fc05aed22c38fc192267aeb8ef
src/lib/elc_popup.c