[ATSPI] make ScrollToChild use descendant 14/266414/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 12 Nov 2021 01:46:10 +0000 (10:46 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 12 Nov 2021 05:50:34 +0000 (14:50 +0900)
commit90168515fb4b80ff64c068769420c0235a225d71
treef7e308dd3f03aa1628603abba08a7be7f7b7789d
parent2a1d671b3526a30bfb8698a8bde4496b82be7f35
[ATSPI] make ScrollToChild use descendant

It is not make a child visible if the child is 1st generation child.
Usually the 1st generation child is content container.
So we need to use descendant.

This patch makes the CollectionView work with following change;
https://github.com/Samsung/TizenFX/pull/3726

We need to enhance this part and related places later.

Change-Id: I9e88312b7b1936909dc350cc1154f2a18e900748
dali-toolkit/devel-api/controls/accessible-impl.cpp
dali-toolkit/devel-api/controls/accessible-impl.h