Please try following code with latest night builds (not on your demo page) in this sample:
http://www.smartclient.com/#comboBoxStyled
It's related I guess to following problem:
http://forums.smartclient.com/showthread.php?t=18272&highlight=combobox
We have different behaviours with IE8, IE9 (other browser works OK with newer releases).
- Newer releases doesn't open DropDown when you go into field and start typing on keyboard (IE8, IE9)
- Older releases open but when you select something with mouse from drop down, drop down is reopened (bug solved in thread 18272). Now also visible on your demo page.
Can you reproduce problem? It's very urgent problem for users and we are willing to pay for fixing this.
Thanks
Pavel
http://www.smartclient.com/#comboBoxStyled
Code:
isc.DynamicForm.create({ ID:"testForm", width: 500, fields : [ { name: "itemName", title: "Item Name", editorType: "comboBox", addUnknownValues:false, optionDataSource: "supplyItem", width: 250, pickListCellHeight: 50 }] });
http://forums.smartclient.com/showthread.php?t=18272&highlight=combobox
We have different behaviours with IE8, IE9 (other browser works OK with newer releases).
- Newer releases doesn't open DropDown when you go into field and start typing on keyboard (IE8, IE9)
- Older releases open but when you select something with mouse from drop down, drop down is reopened (bug solved in thread 18272). Now also visible on your demo page.
Can you reproduce problem? It's very urgent problem for users and we are willing to pay for fixing this.
Thanks
Pavel
Comment