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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=396294#c3





--- Comment #3 from Andy Hume <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to