[Mono-bugs] [Bug 371672] ComboBox: SelectedIndex and SelectedItem must be cleared when typed-in value
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Mar 17 12:54:01 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=371672
User jpobst at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=371672#c1
Jonathan Pobst <jpobst at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #1 from Jonathan Pobst <jpobst at novell.com> 2008-03-17 10:54:01 MST ---
Sometimes your bug reports are TOO complete. ;) I think resetting the
selected index property is all you were reporting here. (selected item is
simply Items[selected_index], so it gets fixed as well).
Fixed in r98460. Thanks!
2008-03-16 Jonathan Pobst <monkey at jpobst.com>
* ComboBox.cs: When the user types into the textbox, reset
the selected index to -1. [Fixes bug #371672]
--
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