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

Combobox does not allow empty label when keyboard navigation is needed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Critical Critical
    • None
    • 7.0.0, 6.5.5
    • Components
    • None
    • http://www.zkoss.org/zksandbox/ (locally tested with 6.5.1.1)

      In the sandbox try the following code:

      		<combobox autodrop="true" readonly="true">
                              <comboitem label="" />
      			<comboitem label="Simple and Rich" />
      			<comboitem label="Cool!" />
      			<comboitem label="Thumbs Up!" />
      		</combobox>
      

      then select the combobox and try to navigate. If nothing is preselected (empty element) it will not be possible to navigate. If an element with label is preselected navigation is possible as long as you will not highlight the element with empty label.

            Unassigned Unassigned
            ulysses ulysses
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: