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

Listbox with hflex=1 too small in FF

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.10
    • 5.0.9
    • ZK Client Engine
    • None
    • Firefox 7.0.1 on Linux

      The following script displays a button and a single line listbox (= html select) which should extend to 100px width. But the listbox is rendered way too small in Firefox. It seems that the width of the "drop down arrow" isn't correctly calculated. Works fine in Chrome and Opera.

      <vbox width="100px">
      <button label="test" hflex="1"/>
      <listbox rows="1" mold="select" hflex="1">
      <listitem label="Inbox"/>
      <listitem label="Received"/>
      <listitem label="Draft"/>
      </listbox>
      </vbox>

            jumperchen jumperchen
            mjablonski mjablonski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: