This is a migrated thread and some comments may be shown as answers.

TreeView drag-drop on IE11 cursor position is very wrong and isn't correctable

3 Answers 81 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 14 Oct 2014, 06:40 AM
Hi,

Just using the demo with IE11 at http://demos.telerik.com/kendo-ui/treeview/dragdrop
You will notice when dragging a node, the dragged node is a long way from the cursor - wrong enough that it's off-putting and can't be ignored.

Even the code we use to customize this on Chrome/Firefox doesn't actually work - though it's stopped working for us on Chrome/Firefox as well, so something about timing either we'll have to look into or that is wrong with a later version of TreeView

(coffeescript - should give you a rough idea)
@treeView?.dragging?._draggable?.options.cursorOffset = 
left: 5
top: -5

We're using v2014.2.826 but that the Demo on Kendo's own site shows the issue, I probably don't need to specify.
Is there some other way to customize the offset or is this something that needs a fix?

3 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 14 Oct 2014, 01:42 PM
Hello Peter,

Thank you for reporting this. This appears to be a bug, most likely caused by our detection of the browser as a mobile one. The hint is created with such offset on mobile devices, so that it is not hidden below the user's hand when dragging. I have logged this for fixing in one of the upcoming internal builds. Your Telerik points have been updated as a small token of gratitude.

Regards,
Alex Gyoshev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Eric
Top achievements
Rank 2
answered on 05 Nov 2014, 02:54 PM
Hey Alex,

Any word on the status of this? I too have been experiencing the issue described.

Thanks
0
Alex Gyoshev
Telerik team
answered on 06 Nov 2014, 02:53 PM
Hello Eric,

The issue has just been fixed for any future releases. Internal builds after 2014.2.1106 and the 2014.Q3 release will include the fix.

Regards,
Alex Gyoshev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
TreeView
Asked by
Peter
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Eric
Top achievements
Rank 2
Share this question
or