Changes between Initial Version and Version 1 of Ticket #14953


Ignore:
Timestamp:
Apr 23, 2016, 11:55:40 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14953 – Description

    initial v1  
    1 Hi, i'm facing an issue when when using draggable function and drag it into a sortable table. When i use jquery ui 1.11.4. My mouse will go off (drag object not next to my cursor) and when leave iframe, the object distance with the cursor become ok.
     1Hi, i'm facing an issue when when using draggable function and drag it into a sortable table. When i use jquery ui 1.11.4. My mouse will go off (drag object not next to my cursor) and when leave iframe, the object distance with the cursor become ok.
     2
     3This is the link that can simulate this issue. This demo is using 1.11.4. You may change it to jquery to 1.10.3 to see the different. https://jsfiddle.net/2ythj6px/
    24
    35Recent why i logged this as bug as i have tested the same function by changing it to jquery ui 1.10.3 with the same code. The issue didn't happen (drag object remains next to my cursor, which is great).