[Mono-bugs] [Bug 499851] New: Need notification for UIA when a FileDialog combo box's selection changes
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 30 12:58:14 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=499851
Summary: Need notification for UIA when a FileDialog combo
box's selection changes
Classification: Mono
Product: Mono: Class Libraries
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: mgorse at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
UIA events are not being fired when a DirComboBox's selection changes because
the control overrides OnSelectedIndexChanged and does not notify
SelectedIndexChanged listeners (I assume this is intentional). I've added an
internal UIASelectedIndexChanged for the control that one can listen to in
place of SelectedIndexChanged. I would also like to add a function to simulate
a double click in the ListView.
--
Configure bugmail: http://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