From 01d6d68b7d11c4f7a635ec5ba66d95599b437f7a Mon Sep 17 00:00:00 2001 From: iain holmes Date: Mon, 3 Apr 2017 18:45:57 +0100 Subject: [A11y] Make the New Breakpoint dialog accessible --- .../MonoDevelop.Ide/MonoDevelop.Components/InformationPopoverWidget.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main/src/core/MonoDevelop.Ide') diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/InformationPopoverWidget.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/InformationPopoverWidget.cs index 376556e212..707aba213a 100644 --- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/InformationPopoverWidget.cs +++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/InformationPopoverWidget.cs @@ -42,6 +42,7 @@ namespace MonoDevelop.Components { severity = TaskSeverity.Information; imageView = new Xwt.ImageView (); + imageView.Accessible.Role = Xwt.Accessibility.Role.Filler; UpdateIcon (); Content = imageView; CanGetFocus = true; @@ -66,6 +67,8 @@ namespace MonoDevelop.Components set { message = value; UpdatePopover (); + + this.Accessible.Label = value; } } -- cgit v1.2.3