[NUI] Fix save/restore key focus defects when push/pop Diaglog
authordongsug.song <dongsug.song@samsung.com>
Fri, 3 Jun 2022 05:27:32 +0000 (14:27 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 10 Jun 2022 05:42:51 +0000 (14:42 +0900)
commit455b60b995f2dbe655612e64641c63793ddb3306
tree0547309a08f185f67fd3f7d4bd0cb521b42fc1da
parent3035335a333b0d8d5b9aff57cb05650e144b6bbb
[NUI] Fix save/restore key focus defects when push/pop Diaglog
src/Tizen.NUI.Components/Controls/Navigation/Navigator.cs
test/NUITizenGallery/Examples/AlertDialogTest/AlertDialogTest1.cs [new file with mode: 0755]
test/NUITizenGallery/Examples/AlertDialogTest/AlertDialogTest2.cs [new file with mode: 0755]
test/NUITizenGallery/Examples/AlertDialogTest/AlertDialogTestPage.xaml
test/NUITizenGallery/Examples/AlertDialogTest/AlertDialogTestPage.xaml.cs
test/NUITizenGallery/Examples/DialogPageTest/DialogPageTest.cs [new file with mode: 0755]
test/NUITizenGallery/Examples/DialogPageTest/DialogPageTest1.cs [new file with mode: 0755]
test/NUITizenGallery/Examples/DialogPageTest/DialogPageTest2.cs [new file with mode: 0755]
test/NUITizenGallery/Examples/NavigatorTest/NavigatorTest4.cs [new file with mode: 0755]