The filter combo boxes are blinking while selecting for the first time. From the second time it is working properly. Try selecting the combo box filters multiple times in IE to reproduce the issue.
In Smart GWT 1.x versions, there used to be problem in filters while typing the text, the text we typed used to be get selected. This problem is resolved in 2.0, but the above new issue is introduced. I observed this issue in below scenarios.
1) The filter editor combo box should be free form selection. to achieve this, I used the below code.
continentField.setFilterEditorType(new ComboBoxItem());
If I did not use free form typing (just selection is enough), it is working fine.
2) The filter editor must contains more than one combobox item.
3) There is no issue with Firefox, the issue is with only IE.
I am attaching the stand alone test case. Please throw a light on it, and let me know the resolution for the issue. (The same test case is working fine with Smart GWT 1.x versions in IE).
In Smart GWT 1.x versions, there used to be problem in filters while typing the text, the text we typed used to be get selected. This problem is resolved in 2.0, but the above new issue is introduced. I observed this issue in below scenarios.
1) The filter editor combo box should be free form selection. to achieve this, I used the below code.
continentField.setFilterEditorType(new ComboBoxItem());
If I did not use free form typing (just selection is enough), it is working fine.
2) The filter editor must contains more than one combobox item.
3) There is no issue with Firefox, the issue is with only IE.
I am attaching the stand alone test case. Please throw a light on it, and let me know the resolution for the issue. (The same test case is working fine with Smart GWT 1.x versions in IE).
Comment