Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1644

Grid will be blocked by scroll bar.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Normal Normal
    • None
    • 6.5.1
    • None

      If scroll bar appear when a grid is on the page, scroll bar will hide the end of the grid.
      see screenshot at attachment.

      <zk>
          <grid>
              <!--
                  Increase the number of array or shrink the browser if necessary.
              -->
              <zscript>Object[] o = new Object[20];</zscript>
              <auxhead>
                  <auxheader forEach="${o}">aaaaaaaaa</auxheader>
              </auxhead>
              <columns>
                  <column forEach="${o}">aaaaaaaaa</column>
              </columns>
              <rows>
                  <row>
                      <cell forEach="${o}">aaaaaaaaa</cell>
                  </row>
              </rows>
          </grid>
          <button label="click" onClick="block.setVisible(!block.isVisible())"/>
          <vlayout id="block" visible="false">
              <zscript>Object[] spaces = new Object[50];</zscript>
              <space forEach="${spaces}"/>
          </vlayout>
      </zk>
      

            Unassigned Unassigned
            rangilin rangilin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: