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

empty comboitem renders without height

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.6
    • 7.0.5.2
    • Components
    • Security Level: Jimmy
    • None
    • ZK 7.0.7

      the attached example creates a combobox with a null value for unselecting a previously chosen value.

      The problem is it is rendered with a narrow height (because it has no label or icon), so it hard to spot when using it. Apart from that the selection works as expected.

      http://screencast.com/t/u8fnY655ijvq

      A workaround is to set a minimum height for the comboitems:

      <style>
      	.z-comboitem {
      		min-height: 20px;
      	}
      </style>
      

            ChunfuChang ChunfuChang
            cor3000 cor3000
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 2 hours, 30 minutes
                2h 30m