Hi,
We have an issue that the ButtonItem's height is cut off on SmartClient_v83p_2013-02-04_PowerEdition, but it works fine with the same code on SmartClient_v82p_2012-10-09_PowerEdition.
This issue can be reproduced on both IE9 and FireFox 12.
Please try the code attached. Thanks!
We have an issue that the ButtonItem's height is cut off on SmartClient_v83p_2013-02-04_PowerEdition, but it works fine with the same code on SmartClient_v82p_2012-10-09_PowerEdition.
This issue can be reproduced on both IE9 and FireFox 12.
Please try the code attached. Thanks!
Code:
isc.DynamicForm.create({
width:220,
titleOrientation:"top",
fields:
[{title:"select",
showTitle:true,
width:100,
startRow:false,
height:20,
buttonLabel:"Select",
type:"ButtonItem"
}]
});
Comment