[Mono-bugs] [Bug 425277] UIA Suport in ToolTip Component

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Sep 11 15:20:13 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=425277

User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=425277#c9





--- Comment #9 from Jonathan Pobst <jpobst at novell.com>  2008-09-11 13:20:12 MDT ---
Can we change your Initialize call to Mono.UIAutomation.Winforms.FormListener
in Application.InitializeUIAutomation () to be a more generic call into UIA
that initializes whatever listeners you need instead of having to call it each
time there is a different listener?

That will save us from having to make several reflection calls for each type of
Control/Component UIA needs to listen for.  Also, it will get rid of UIAHelper.

Lets move all the stuff in Control.cs to ToolTip.cs as well.  There is no
reason to store this extra stuff in Control when 99% of created controls will
not have a ToolTip.  (Which I assume is why this stuff isn't stored in Control
in the first place.)

The UnPopUp stuff looks fine.


-- 
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