Hi,
We observe that AutoFitTextAreaItem behaves different on different browsers with the html5 doctype. On Firefox 32 or IE9, the box is bigger. Without the html5 doctype, it behaves the same on different browsers.
Please try the following standlone with <!DOCTYPE html>. We are using SmartClient v8.3p_2014-01-24/PowerEdition on IE9, Firefox32 and Google Chrome 37.0.2062.103 m.
Thanks!
We observe that AutoFitTextAreaItem behaves different on different browsers with the html5 doctype. On Firefox 32 or IE9, the box is bigger. Without the html5 doctype, it behaves the same on different browsers.
Please try the following standlone with <!DOCTYPE html>. We are using SmartClient v8.3p_2014-01-24/PowerEdition on IE9, Firefox32 and Google Chrome 37.0.2062.103 m.
Thanks!
Code:
isc.DynamicForm.create({ width:300, titleOrientation:"top", fields:[ {title:"Description",colSpan:"1",height:22,_constructor:"AutoFitTextAreaItem",titleAlign:"center", defaultValue: 0} ] })
Comment