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

listbox and grid doesn't remove their progress animation after being rendered

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Critical Critical
    • None
    • 8.6.0
    • None
    • Security Level: Jimmy
    • None

      Steps to Reproduce

      1. run the code with 8.6.0.FL.20180918-Eval

          <listbox id="box" rows="5">
              <listhead>
                  <listheader label="header"/>
              </listhead>
              <listitem>
                  <listcell>test</listcell>
              </listitem>
          </listbox>
          <grid visibleRows="5">
              <columns>
                  <column>column</column>
              </columns>
              <rows>
                  <row>test</row>
              </rows>
          </grid>
      

      Current Result

      Expected Result

      no progress animation

      Debug Information

      background-image: url(/zk8support/zkau/web/d02df982/zul/img/misc/progress-72.gif);

            rudyhuang rudyhuang
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: