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

Listbox: Inplace editing ON, editing of elements does not select the current list item.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major Major
    • None
    • 5.0.10
    • Components
    • Ubuntu 11.04, Chrome and Mozilla browsers.

      Note: I've set the priority above normal since bug this has a strong impact on the user experience.

      If you have a listbox that has inplace editing of elements:

      <listbox>
      <listitem>
      <listcell>
      <textbox inplace="true" value="something" />
      </listcell>
      <listcell>
      <textbox inplace="true" value="else" />
      </listcell>
      <listcell>
      <combobox inplace="true"/>
      </listcell>
      </listitem>
      </listbox>

      When the user edits an item, say the textbox, the listitem is NOT selected automatically, which I feel it should be.

      So if you have logic that assumes the editing process, say onSelect on the combobox will work because you know the selected list item, it won't since the editing action does not select the list item.

      The USER has to first select the list item, i.e. click somewhere on a non-inplace component and then edit. This is very tedious and will result in an unhappy user experience, I feel.

      Suggested Solution: when ZK detects an inplace event on any component in a list item, automatically select that list item.

            SimonPai SimonPai
            pdavie pdavie
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: