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

Mousedown in textbox drag wrong target

XMLWordPrintable

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

      as code below,
      parent Div is dragged when I try to drag Hbox by clicking on Textbox.

      <zk>
      	<div style="border:1px solid #c0c0c0;height:150px;width:300px;overflow:auto" draggable="true">
      		<separator/>	
      		<separator/>	
      		<label value="Sample Application form"/>
      		<separator bar="true"/>
      		<separator/>	
      		<separator/>
      		<hbox draggable="element" droppable="element">
      			<label value="First Name :"/>
      			<textbox readonly="true"/>	
      		</hbox>
      		<separator/>
      		<hbox draggable="element" droppable="element">
      			<label value="Last Name :"/>
      			<textbox readonly="true"/>
      		</hbox>
      		<separator/>
      	</div>
      </zk>
      

            tomyeh tomyeh
            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
                1h