Hi all,
I would like to report something I presume as a bug.
Here is the sample code
I've have attached the print screens, where we can see that the combobox have some trouble when containing just one value. I need to click three time in the combobox to have the "expected" view.
Using :
- GWT 2.2
- SmartGWT 2.4
- Firefox 4
- Windows XP
I had identify this problem too on SmartGWT 2.1 & GWT 1.6
I would like to report something I presume as a bug.
Here is the sample code
Code:
ComboBoxItem cbItem = new ComboBoxItem(); cbItem.setTitle("Select"); cbItem.setHint("<nobr>A simple combobox</nobr>"); cbItem.setType("comboBox"); cbItem.setValueMap("Cat"); DynamicForm form = new DynamicForm(); form.setFields(cbItem); form.show();
Using :
- GWT 2.2
- SmartGWT 2.4
- Firefox 4
- Windows XP
I had identify this problem too on SmartGWT 2.1 & GWT 1.6
Comment