Announcement

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

    Window autosize broken when FileItem is present

    Hi,

    there is a problem with Window.setAutosize(true); when there is a dynamic form containing a FileItem.

    See a screenshot attached.

    tested on SmartGWT 3.0 15-09-2011. This used to work in SmartGWT 2.5 official release.

    best regards,
    Zdary
    Attached Files

    #2
    No screenshot attached, you also forgot to mention browser, OS and whether it's development mode or not.

    Comment


      #3
      Hi,

      I'm sorry. Screenshot attached now.
      My OS is windows7. Browser Firefox 4.0 and chrome 14.0.835.163 m

      retested in smartGWT 3.0 19-09-2011

      both developer and compiled mode.

      best regards,
      Zdary
      Attached Files

      Comment


        #4
        Code:
         form.setWidth(470); change to form.setWidth("100%");

        Comment


          #5
          This should be fixed in the next nightly build.

          Comment


            #6
            thank you,
            Zdary

            Comment

            Working...
            X