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

Combobox drop-down button behavior with inplace="true"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 8.0.1, 7.0.8
    • 8.0.0, 7.0.6.1
    • Components
    • Security Level: Jimmy
    • None
    • ZK 8.0.1 S2

      When using inplace editing with combobox, the combobox drop-down button have the following behavior:

      the drop-down button does not trigger when the combobox is in the "label" state. (the space used by the button still appear, but no behavior is available on it)
      => expected?

      clicking on the drop-down button 3 times cause the combobox to loose its "editing" state and revert to "label" state.
      Steps to reproduce:
      Load the following page.
      Select the combobox to activate edition.
      Click 3 times on the combobox drop-down button
      1st - open popup.
      2nd - close popup
      3rd - revert to label (no-edition) mode - expected : re-open popup.

      <zk>
      	<listbox hflex="min">
      		<listitem>
      			<listcell>
      					<combobox value="default value" inplace="true">
      						<comboitem>one</comboitem>
      						<comboitem>two</comboitem>
      						<comboitem>three</comboitem>
      					</combobox>
      			</listcell>
      		</listitem>
      	</listbox>
      </zk>
      

            SEFI SEFI
            MDuchemin MDuchemin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 0 minutes
                0m
                Remaining:
                Time Spent - 7 hours Remaining Estimate - 6 hours
                6h
                Logged:
                Time Spent - 7 hours Remaining Estimate - 6 hours
                7h