Hi,
We observed a weird behavior for SelectItem: Horizontal and Vertical scrollbars are shown when they are not needed.
We are using SmartClient v8.3p_2014-01-24/PowerEdition, and this issue can only be reproduced by using IE 9 when we set the "Browser Mode" to be "IE8" or "IE9" and the "Document Mode" to be "IE7 Standards". We are wondering whether it is an issue or not.
Please try the following code:
Steps to reproduce:
Click the Select Item picker, the scroll bars are shown. (If not, click the picker to show the list again). If we use the default "Browser Mode" and "Document Mode" combination on IE9, this behavior cannot be seen.
Thanks!
We observed a weird behavior for SelectItem: Horizontal and Vertical scrollbars are shown when they are not needed.
We are using SmartClient v8.3p_2014-01-24/PowerEdition, and this issue can only be reproduced by using IE 9 when we set the "Browser Mode" to be "IE8" or "IE9" and the "Document Mode" to be "IE7 Standards". We are wondering whether it is an issue or not.
Please try the following code:
Steps to reproduce:
Click the Select Item picker, the scroll bars are shown. (If not, click the picker to show the list again). If we use the default "Browser Mode" and "Document Mode" combination on IE9, this behavior cannot be seen.
Thanks!
Code:
isc.DynamicForm.create({ width: 500, numCols: 4, fields : [{ name: "orderType", width: 135, showTitle:false, defaultToFirstOption:true, _constructor:"SelectItem", valueMap : {"N":"Install New Service","M":"Move Service","A":"Add Service","C":"Change Service","D":"Disconnect Service"} }] });
Comment