A
Alek Davis
I have noticed the following problem. If you try to expand the drop-down
list of a ComboBox (DropDownStyle=DropDown) with no items and immediately
attempt to click another control (displayed underneath the combo box, not
sure about other locations), nothing will happen. It takes several mouse
clicks before you are finally able to select other dialog controls. My guess
is that the combo box gets expanded, but since there are no items, the user
does not see the list box portion of it, so if the user tries to click a
check box, a button or some other control, this mouse click is obstructed by
the expanded (but not visible) list box (this is just a guess, so it may
happen for a totally different reason). This is very confusing for the
customer, because it appears like the dialog is hanging (i.e. there is no
response to the mouse clicks). Is this a known issue? Is there a workaround?
Thanks,
Alek
list of a ComboBox (DropDownStyle=DropDown) with no items and immediately
attempt to click another control (displayed underneath the combo box, not
sure about other locations), nothing will happen. It takes several mouse
clicks before you are finally able to select other dialog controls. My guess
is that the combo box gets expanded, but since there are no items, the user
does not see the list box portion of it, so if the user tries to click a
check box, a button or some other control, this mouse click is obstructed by
the expanded (but not visible) list box (this is just a guess, so it may
happen for a totally different reason). This is very confusing for the
customer, because it appears like the dialog is hanging (i.e. there is no
response to the mouse clicks). Is this a known issue? Is there a workaround?
Thanks,
Alek