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

Listbox's select mold without selection displays in different way between modal window and non-modal window (IE and Webkit)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.8
    • 5.0.8, Freshly
    • Browser Issue
    • None
    • IE and Webkit

      For example,

      <window mode="modal" onCancel="self.detach()" onOK="self.detach()" title="listbox" border="normal" width="400px">
      The default selection is item1, but it shouldn't be selected at beginning.
      <separator/>
      <label value="listbox : "/>
      <listbox mold="select">
      <listitem label="item 1"/>
      <listitem label="item 2"/>
      </listbox>
      </window>

      If you remove the mode="modal", then it works well.

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

              Created:
              Updated:
              Resolved: