Opened 15 years ago
Closed 15 years ago
#2937 closed bug (fixed)
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.
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Status: | new → accepted |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
I have the same problem, here's my html-code