Progressbox not show with long operation

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Normal
    • 6.5.1
    • Affects Version/s: 6.5.0
    • Component/s: ZK Client Engine
    • Security Level: Jimmy
    • None
    • 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>

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

              Created:
              Updated:
              Resolved: