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

Scroll bar of Frozen disappear when container of the grid is overflowed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Normal Normal
    • None
    • 6.5.1
    • None
    • confirmed on Chrome and Firefox.

      When scroll bar of the container appear because overflow, scroll bar of frozen (the horizontal one) will disappear.

      <div height="300px" style="display:block; border:1px solid red; overflow:auto">
          <vlayout id="block" visible="false">
              <zscript>Object[] spaces = new Object[10];</zscript>
              <space forEach="${spaces}"/>
          </vlayout>
          <button label="click" onClick="block.setVisible(!block.isVisible())"/>
          <grid>
              <zscript>Object[] o = new Object[5];</zscript>
              <frozen columns="1"/>
              <columns>
                  <column width="100px" forEach="${o}">Column</column>
              </columns>
              <rows>
                  <row forEach="${o}">
                      <cell forEach="${o}">cell</cell>
                  </row>
              </rows>
          </grid>
      </div>
      

            vincentjian vincentjian
            rangilin rangilin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: