.net 1.1 VB
If you put a regular comboBox on a form. Drop the comboBox open so it shows the list of items. Start typing some text until it jumps to the first matching value. The value is highlighted in blue as if selected. However, if the user tabs from the control at this point, the selectedItem is not set to the item highlighted(and appearing) in the combobox. So it appears the user has a selected an item when in reality he has not. The selectedItem property remains set to whatever item was previously selected.
If the combobox is not dropped open when the type search occurs and the user tabs out, all works correctly. If the user clicks with the mouse on an item all works correctly. The only problem occurs when the list is dropped down, type search occurs followed by a tab.
Anyone know how to get around this issue?
Thanks,
J
If you put a regular comboBox on a form. Drop the comboBox open so it shows the list of items. Start typing some text until it jumps to the first matching value. The value is highlighted in blue as if selected. However, if the user tabs from the control at this point, the selectedItem is not set to the item highlighted(and appearing) in the combobox. So it appears the user has a selected an item when in reality he has not. The selectedItem property remains set to whatever item was previously selected.
If the combobox is not dropped open when the type search occurs and the user tabs out, all works correctly. If the user clicks with the mouse on an item all works correctly. The only problem occurs when the list is dropped down, type search occurs followed by a tab.
Anyone know how to get around this issue?
Thanks,
J