atspi : Change default label append of popup from show_finish_cb to on_show 83/156483/2
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 13 Oct 2017 03:13:31 +0000 (12:13 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Wed, 18 Oct 2017 12:29:14 +0000 (12:29 +0000)
commit5d4dc4c289e8477e1992284d2d694e921c00246f
treec03723789dfa804489cc30e4219f3fa0f2a3a854
parenta2ee3ea69959a8e45f760e9e0eaf65f96bb14e8e
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: I8df4833662d7252ded0ab2912e337d59d2f45ad3
src/lib/elc_popup.c