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

Progressbox not show with long operation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Normal Normal
    • 6.5.1
    • 6.5.0
    • ZK Client Engine
    • Security Level: Jimmy
    • None

      the following zul works with ZK 6.5.0 but not ZK 6.5.1. tested on Chrome, FF, and IE 9

      <zk>
      <button label="Long Operation">
      <attribute name="onClick">
      System.out.println("start long operation");
      Thread.sleep(5000);
      System.out.println("end long operation");
      </attribute>
      </button>
      </zk>

            Jenkins Jenkins
            samchuang samchuang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: