[NUI] update ScrollableBase focus for Forward/Backward/Clockwise/CounterClockwise.
authorEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Wed, 22 Jun 2022 06:57:48 +0000 (15:57 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 28 Jun 2022 10:14:54 +0000 (19:14 +0900)
commit291acdb05f93fab35490f60f3ebbfa539b93362d
tree4024108b871383abdfb8db5f0491a49cb682bc81
parente826a310138a9b49e471b57cc2215c9a357f253f
[NUI] update ScrollableBase focus for Forward/Backward/Clockwise/CounterClockwise.

Clockwise : Match as Down on Vertical, Right on Horizontal.
CounterClockwise : Match as Up on Vertical, Left on Horizontal.
Forward : Tab. call GetNearestFocusableActor on Parent View.
Backward: Shift+Tab. call GetNearestFocusableActor on Parent View.
Currently Forward/Backward is unimplemented on other components,
so calling parent view's GetNearestFocusableActor didn't catch any
valid next focusable view.
This need to be fixed for Tab/ShiftTab action.
src/Tizen.NUI.Components/Controls/ScrollableBase.cs