Grid Footer cannot scroll horizontally in tablets.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 6.5.1
    • Affects Version/s: 6.5.0
    • Component/s: None
    • Environment:

      iPad2, Galaxy Tab2 10.1

    • None

      Footer will not follow column/row when scroll horizontally

      <grid>
          <zscript>Object[] o = new Object[20];</zscript>
          <columns>
              <column forEach="${o}" width="100px">Column</column>
          </columns>
          <rows>
              <row>
                  <label forEach="${o}">Label</label>
              </row>
          </rows>
          <foot>
              <footer forEach="${o}">Footer</footer>
          </foot>
      </grid>
      

            Assignee:
            vincentjian
            Reporter:
            rangilin
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: