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

Listbox multiple does not work for draggable and droppable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 8.0.0
    • None
    • None

      When i am trying, in the sandbox, to add

      multiple="true"
      

      on the listbox and try to select multiple items holding Shift the UI hanged after dropping them. In case i use Ctrl to select and then drag items, it moves only the last selected.

      Code from the sandbox:

      <listbox id="left" height="250px" width="200px" onDrop="move(event.dragged)" droppable="true"  multiple="true"
      			oddRowSclass="non-odd">
      			<listitem draggable="true" droppable="true" onDrop="move(event.dragged)">
      				<listcell src="/img/Centigrade-Widget-Icons/Briefcase-16x16.png" label="ZK Forge" />
      			</listitem> ...
      

            Unassigned Unassigned
            rahnev rahnev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: