[Mono-bugs] [Bug 426459] New: UIA Suport in ErrorProvider Component
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Sep 15 19:00:47 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=426459
Summary: UIA Suport in ErrorProvider Component
Product: Mono: Class Libraries
Version: SVN
Platform: i686
OS/Version: openSUSE 11.0
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: mcarrion at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: Beta-Customer
Created an attachment (id=239690)
--> (https://bugzilla.novell.com/attachment.cgi?id=239690)
ErrorProvider UIA patch.
Attached patch enables accessibility in ErrorProvider component.
This patch is very similar to ToolTip/HelpProvider:
- Application.cs:
-- New listener added: ErrorProviderListener.
- ErrorProvider.cs:
-- 2 static events added: generated when tooltip is hidden/shown
(UIAPopup/UIAUnPopup)
-- 2 static events added: generated when Error message is set/unset to Control
(UIAErrorProviderHookUp/UIAErrorProviderUnhookUp)
-- 2 static events added: generated to keep track of UserControl instances
added in Control.Parent by ErrorProvider to represent the exclamation mark:
(UIAControlHookUp/UIAControlUnhookUp)
-- 1 private property to track the control's tooltip.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list