[NUI] Improves GetNextFocusableView
authorjoogab.yun <joogab.yun@samsung.com>
Tue, 14 Dec 2021 06:00:32 +0000 (15:00 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 17 Dec 2021 01:53:10 +0000 (10:53 +0900)
commit0efcf44e0c257c80e21403a179b6634d6df398de
tree70f47a8be85f8cd7df8502a6da0309bf69d78e8e
parent356735635293d7629ef8cc9aa9a247b84e336cce
[NUI] Improves GetNextFocusableView

Currently, GetNextFocusableView of FocusableBase was Index-based of ContentContainer Child.

This is a problem.

Changes the search for the next focus view from index-based to position-based.
src/Tizen.NUI.Components/Controls/ScrollableBase.cs
src/Tizen.NUI/src/internal/Interop/Interop.FocusManager.cs
src/Tizen.NUI/src/public/Input/FocusManager.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/NestedScrollViewSamle.cs [new file with mode: 0755]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/ScrollableFocusSample.cs [new file with mode: 0755]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/ScrollableFocusSample2.cs [new file with mode: 0755]