#7778 closed bug (fixed)
Draggable: drag element breaks in IE8 when its content is replaced onmousedown
Reported by: | ThiefMaster | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.2 |
Component: | ui.draggable | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When the content of a draggable element is replaced onmousedown, dragging fails. See http://jsfiddle.net/EHHJx/ for a demo (ignore the error on line 192 - it's some issue jsfiddle has and unrelated).
Change History (5)
comment:1 Changed 11 years ago by
Status: | new → open |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:3 Changed 10 years ago by
Summary: | Draggable breaks in IE8 when its content is replaced onmousedown → Draggable: drag element breaks in IE8 when its content is replaced onmousedown |
---|
comment:4 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Mouse: Only detect out of document mouseups after a mousemove
This prevents the firing of mouseup in the case of IE<9, which will fire a mousemove event if content is placed under the cursor on mousedown.
Fixes #7778
Changeset: e12e3e12b19e226b90e4a0ec3848e400a80c8267
comment:5 Changed 8 years ago by
Milestone: | 2.0.0 → 1.11.2 |
---|
Note: See
TracTickets for help on using
tickets.
Still broken on latest: http://jsfiddle.net/EHHJx/14/