Skip to main content

Search and Top Navigation

#2937 closed bug (fixed)

Opened June 03, 2008 03:06AM UTC

Closed June 08, 2008 06:49AM UTC

dragging with handles that have child elements does not work

Reported by: tmm1 Owned by: paul
Priority: major Milestone: 1.5
Component: ui.draggable Version: 1.5rc1
Keywords: Cc:
Blocked by: Blocking:
Description

if the mousedown event to start a drag is on a sub-element inside the handle, the drag does not work.

in my use-case, i have a span inside the div handle that contains some text describing the draggable object.

Attachments (0)
Change History (3)

Changed June 03, 2008 03:36PM UTC by jg comment:1

I have the same problem, here's my html-code

<div class="product">						
	<div class="dragHandle">Drag</div>
	<div class="picture">
		<a href="#"><img height="170" title="" alt="" src="test"/></a>
	</div>
	<div class="title"><a href="#">Product</a></div>
	<div class="price">8.99 €</div>
</div>

Changed June 07, 2008 08:31PM UTC by paul comment:2

status: newaccepted

Changed June 08, 2008 06:49AM UTC by paul comment:3

resolution: → fixed
status: acceptedclosed