Announcement

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

    ButtonItem size issue

    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!

    Code:
    isc.DynamicForm.create({
    	width:220, 
    	titleOrientation:"top",
    	fields:
            [{title:"select", 
               showTitle:true, 
               width:100, 
    	   startRow:false, 
               height:20,   
    	   buttonLabel:"Select", 
    	   type:"ButtonItem"
            }]
    });

    #2
    Thanks for the clear test case. We're taking a look

    Regards
    Isomorphic Software

    Comment


      #3
      We have made a change to address this. Please try the next nightly build (dated Feb 7 or greater)

      Regards
      Isomorphic Software

      Comment


        #4
        Thanks for your quick response. We will test it soon.

        Comment

        Working...
        X