Search and Top Navigation
#7778 closed bug (fixed)
Opened October 10, 2011 02:03PM UTC
Closed August 20, 2014 03:22PM UTC
Last modified August 20, 2014 03:22PM UTC
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).
Attachments (0)
Change History (5)
Changed October 10, 2011 02:05PM UTC by comment:1
status: | new → open |
---|
Changed October 11, 2012 02:49PM UTC by comment:2
milestone: | 1.9.0 → 2.0.0 |
---|
Changed October 28, 2012 08:43PM UTC by comment:3
summary: | Draggable breaks in IE8 when its content is replaced onmousedown → Draggable: drag element breaks in IE8 when its content is replaced onmousedown |
---|
Still broken on latest: http://jsfiddle.net/EHHJx/14/
Changed August 20, 2014 03:22PM UTC by comment:4
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
Changed August 20, 2014 03:22PM UTC by comment:5
milestone: | 2.0.0 → 1.11.2 |
---|