https://bugzilla.novell.com/show_bug.cgi?id=425277
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=425277#c8 Mario Carrion <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #238952|0 |1 is obsolete| | --- Comment #8 from Mario Carrion <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
