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

Select Item doesn't work as expected if the listitems containing non visible list items

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.10
    • 5.0.9
    • Components
    • Security Level: Jimmy

      1.If you select an item, it will not work as expected, e.g. you select "test 7", the result will be "test 5"
      2.This does not work either when you select an item and blur it.

      <div>
      <listbox mold="select">
      <listitem label="test 1" visible="false"/>
      <listitem label="test 2" visible="false"/>
      <listitem label="test 3"/>
      <listitem label="test 33"/>
      <listitem label="test 333"/>
      <listitem label="test 3333"/>
      <listitem label="test 4" visible="false"/>
      <listitem label="test 5"/>
      <listitem label="test 555"/>
      <listitem label="test 6" visible="false"/>
      <listitem label="test 7"/>
      <listitem label="test 7555"/>
      <listitem label="test 8" visible="false"/>
      </listbox>
      </div>

            benbai benbai
            matthewgo matthewgo
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: