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

Listbox in Grid on FireFox 27.0.1 will auto select on client when mouse out listitem

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.3
    • 7.0.1
    • Browser Issue

      Sample Code:

      <zk>
          <grid>
              <rows>
                  <row>
                      <cell width="50%">
                          <listbox mold="select">
                              <listitem label="1" value="1"/>
                              <listitem label="2" value="2"/>
                              <listitem label="3" value="3"/>
                              <listitem label="4" value="4"/>
                              <listitem label="5" value="5"/>
                              <listitem label="6" value="6"/>
                              <listitem label="7" value="7"/>
                              <listitem label="8" value="8"/>
                              <listitem label="9" value="9"/>
                              <listitem label="10" value="10"/>
                          </listbox>
                      </cell>
                  </row>
              </rows>
          </grid>
      </zk>
      

            jumperchen jumperchen
            aaa4790 aaa4790
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: