[NUI][ATSPI] Not highlightable for AlertDialog
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 26 May 2021 11:34:22 +0000 (20:34 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 27 May 2021 02:40:59 +0000 (11:40 +0900)
Since AlertDialog is a container, it is not needed to be highlightable.

src/Tizen.NUI.Components/Controls/AlertDialog.cs

index 94feab61bcab21c20ecbffb52efdec65d29f67cd..a89f29da9b359b573bdcf78f9d104711cc3b66ae 100755 (executable)
@@ -490,7 +490,6 @@ namespace Tizen.NUI.Components
             Content = DefaultContent;
 
             ActionContent = DefaultActionContent;
-            AccessibilityHighlightable = true;
         }
 
         private void ResetContent()