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

Drag and drop not work on IE9

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.9
    • 5.0.9
    • None
    • None

      as code below,
      drag list cell 1 to list cell 2 not works on IE9

      <zk>
      	<listbox height="100px">
      		<listitem id="li" draggable="true">
      			<listcell id="lc" label="list cell 1">
      				<div id="div">div</div>
      			</listcell>
      		</listitem>
      	</listbox>
      	<listbox droppable="true">
      		<attribute name="onDrop">
      			event.getDragged().setParent(self);
      		</attribute>
      		<listitem id="li2">
      			<listcell id="lc2" label="list cell 2">
      				<div id="div2">div</div>
      			</listcell>
      		</listitem>
      	</listbox>
      </zk>
      

            benbai benbai
            benbai benbai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

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