[Mono-bugs] [Bug 396294] ComboBox: Return key should close the drop-down

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 4 04:34:52 EDT 2008


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

User andyhume32 at yahoo.co.uk added comment
https://bugzilla.novell.com/show_bug.cgi?id=396294#c3





--- Comment #3 from Andy Hume <andyhume32 at yahoo.co.uk>  2008-06-04 02:34:52 MDT ---
Sorry, the respective bits of the patch are:

1) Return key --  One line @ ~1670 in ComboBox.cs
+                               case Keys.Return:

2) Category attr -- Many lines, both files

3) 'select an item if matching text' -- One line @ ~1530
A additional case for bug 379596 - [PATCH] ComboBox: support navigation by text
entry
+                       FindMatchOrSetIndex(SelectedIndex);
In the same patch chunk is just a move of a comment to the lines it applies to.


Let me know if you want me to split the patch (eeeek)...


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list