[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 94feab6..a89f29d 100755 (executable)
@@ -490,7 +490,6 @@ namespace Tizen.NUI.Components
             Content = DefaultContent;
 
             ActionContent = DefaultActionContent;
-            AccessibilityHighlightable = true;
         }
 
         private void ResetContent()