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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 5.0.8
    • Affects Version/s: 5.0.8, Freshly
    • Component/s: Browser Issue
    • None
    • Environment:

      IE and Webkit

    • None

      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.

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

              Created:
              Updated:
              Resolved: