Hi,
We obseve an issue for checkboxItem in IE9 and IE11. When the DynamicForm, which contains the checkbox, has "fixedColWidths" set to be true, in IE9 with "Browser Mode: IE9 and Document Mode: IE9 standards" and IE11 with "Edge" mode, in SmartClient_v91p_2015-02-17_PowerEdition, we cannot select/deselect the checkbox, and in SmartClient_v91p_2015-11-26_PowerEdition we can only select/deselect the checkbox with clicking a very small portion of the checkbox: clicking most portion of the checkbox doesn't have any reaction. In Firefox and Chrome it works fine.
Please try the following standalone.
Thanks,
Robin
We obseve an issue for checkboxItem in IE9 and IE11. When the DynamicForm, which contains the checkbox, has "fixedColWidths" set to be true, in IE9 with "Browser Mode: IE9 and Document Mode: IE9 standards" and IE11 with "Edge" mode, in SmartClient_v91p_2015-02-17_PowerEdition, we cannot select/deselect the checkbox, and in SmartClient_v91p_2015-11-26_PowerEdition we can only select/deselect the checkbox with clicking a very small portion of the checkbox: clicking most portion of the checkbox doesn't have any reaction. In Firefox and Chrome it works fine.
Please try the following standalone.
Code:
isc.DynamicForm.create({ width:440, fixedColWidths:true, numCols:2, colWidths:["112","320"], titleOrientation: "left", fields: [{title:"Log Messages",colSpan:"2",width:"*",ID:"logMessages",type:"checkbox",labelAsTitle:true}] })
Thanks,
Robin
Comment