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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Sep 11 12:24:16 EDT 2008


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

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


Mario Carrion <mcarrion at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
 Attachment #238952|0                                               |1
        is obsolete|                                                |




--- Comment #8 from Mario Carrion <mcarrion at novell.com>  2008-09-11 10:24:15 MDT ---
Created an attachment (id=239119)
 --> (https://bugzilla.novell.com/attachment.cgi?id=239119)
Tooltip UIA patch.

What's new?

- Updated according your comments: 
-- New UnPopup event: in SWF.ToolTip and SWF.ToolTip.ToolTipWindow, is
generated when SWF.ToolTip.ToolTipWindow.Visible == true.
-- Static constructor to initialize listener in a11y.dll to keep track of
shown/hidden tooltips.
- I didn't remove the changes in Control.cs because of the following: the
message set in SWF.ToolTip.SetToolTip is used as "HelpProperty" in the
associated control, and you can request this message even if the tooltip is
never shown, so we need to keep track of it.
- New class UIAHelper, I added this class because Application.cs also loads the
a11y.dll to initialize a listener, so that way we aren't duplicating code.


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