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

Progressbox not show with long operation

    XMLWordPrintable

Details

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

    Description

      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>

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: