Announcement

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

    SGWT.mobile - What happened to FormStyle.STYLE2 ?

    Since the latest builds (since 2012-02-05 I think), FormStyle.STYLE2 produces the same formatting as for FormStyle.STYLE1. (see fig1 produced with 2012-02-04 vs. fig2 produced with 2012-02-08, both using STYLE2). I have used STYLE2 in all my forms and would really appreciate to recover the initial (cleaner) STYLE2 formatting with border and blue color for label.

    Moreover there are now some layout imperfections in the alignment/size of TextField that overflows the form limits (see fig3).

    Thanks for cleaning this, Ben.
    Attached Files

    #2
    Concerning fig3, I forgot to mention that I am altering the style as follows (which made sense in STYLE2, less in STYLE1 of course):

    Code:
    		Style style = field.getElement().getStyle();
    		style.setFontSize(13,Unit.PX);
    		style.setWidth(100,Unit.PCT);
    		style.setProperty("textAlign","right");

    Comment


      #3
      Thanks for pointing this out, it was a regression that happened while adding some other enhancements to forms. Fixed for tomorrow's build.

      Comment


        #4
        Thanks, style2 is back indeed.

        Comment

        Working...
        X