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

can't get selected item correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 8.6.0
    • 8.0.5, 8.5.1.2
    • None
    • Security Level: Jean
    • None
    • ZK 8.6.0 S1, ZK 8.6.0 S2

      Steps to Reproduce

      1. run the attached code
      2. click "load" button
      3. select 1 in the first combobox

      Current Result

      don't see any item in the 2nd combobox

      Expected Result

      the 2nd combobox should contain 1

      Debug Information

      • ZK calls setSelectedRootItem() twice, the 2nd time passed a null value
      • ZK calls getAvailableRoots() when selecting an item in the first combobox, this is unexpected

        [6642]NOTIFY_CHANGE
        [6642] *[notify-change] [support.ticket.T5799VM3@72ad460b][availableChildren] <hbox uuid="wMwP0" id="" /> Size=2
        [6642] + LOAD_BINDING
        [6642] *[load:prop-load] vm.availableChildren > model [2] <combobox uuid="wMwP2" id="childCombo" />
        [6642] + LOAD_BINDING
        [6642] *[load:prop-load] vm.availableRoots > model [1, 2] <combobox uuid="wMwP1" id="rootCombo" />

      Workaround

      t5799-2.zul

        1. t5799.zul
          0.8 kB
          hawk
        2. t5799-2.zul
          0.8 kB
          hawk
        3. T5799VM.java
          2 kB
          hawk
        4. T5799VM2.java
          2 kB
          hawk

            DevChu DevChu
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: