blob: d5f99dcf2bdc8351087675d948f614d134e10ced (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/views/widget/root_view.cc.orig 2025-02-19 07:43:18 UTC
+++ ui/views/widget/root_view.cc
@@ -169,7 +169,7 @@ class AnnounceTextView : public View {
#if BUILDFLAG(IS_CHROMEOS)
// On ChromeOS, kAlert role can invoke an unnecessary event on reparenting.
GetViewAccessibility().SetRole(ax::mojom::Role::kStaticText);
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
// TODO(crbug.com/40658933): Use live regions (do not use alerts).
// May require setting kLiveStatus, kContainerLiveStatus to "polite".
GetViewAccessibility().SetRole(ax::mojom::Role::kAlert);
|