[AT-SPI] emit showing event for window 12/275412/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 24 May 2022 12:04:18 +0000 (21:04 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Tue, 24 May 2022 12:04:18 +0000 (21:04 +0900)
commit7607d0961b4bb28f3f75e5fdca01f80c3d34852a
tree19787eb948c9cfd92cb49f268b2d0a65a1a79939
parent51736e5a56d1d5b5c4c782d96db23bacdeef7051
[AT-SPI] emit showing event for window

For the multi-window case, we need to send 'showing' event when
the AT-SPI bridge turns on. So far, we have sent only 'activate' event
which is enough for the non-multi-window case.

And the 'mIsShown' does not care about the multi-window case.
If one window calls WindowShown, then other windows cannot send 'showing'
event because of the 'mIsShown'.

Change-Id: I501953e8dc1475550afc357293f21dd8fcc98620
dali/internal/accessibility/bridge/bridge-impl.cpp
dali/internal/window-system/common/window-impl.cpp