Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    AutoFitTextAreaItem behaves different on different browsers

    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!

    Code:
    isc.DynamicForm.create({
    	width:300,
    	titleOrientation:"top",
    	fields:[
    		{title:"Description",colSpan:"1",height:22,_constructor:"AutoFitTextAreaItem",titleAlign:"center", defaultValue: 0}
    	]
    })

    #2
    Thanks for the test case. Yes it looks like there might be some minor sizing differences. We'll look into this and follow up here when we have more information

    Regards
    Isomorphic Software

    Comment


      #3
      We've made a change to address this issue. Please try the next nightly build (dated Sep 11 or above)

      Regards
      Isomorphic Software

      Comment


        #4
        Thanks, it works!

        Comment

        Working...
        X