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

For Bandbox, Combobox, and Combobutton, setOpen shouldn't depend on isVisible.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 10.0.0
    • None
    • None

      The test file B86-ZK-4054.zul requires the `setOpen` method in Bandbox.java, Combobox.java, and Combobutton.java to check for visibility (via `isVisible`) before setting the property `_open` as demonstrated in this commit

      However, we believe that `setOpen` shouldn't depend on `isVisible`, and we intend to change it. Since there are users that depends on the old behavior, we elucidate this change.

            Unassigned Unassigned
            gordonhsu gordonhsu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: