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

drag and drop markers not work in IE11

2 Answers 80 Views
Map
This is a migrated thread and some comments may be shown as answers.
Konstantin
Top achievements
Rank 1
Konstantin asked on 12 Sep 2019, 08:56 AM

Hello,

Look example: https://docs.telerik.com/kendo-ui/controls/diagrams-and-maps/map/how-to/drag-and-drop-markers

This sample work in Chrome, but it don't work in IE11.

How can i use it in IE11?

2 Answers, 1 is accepted

Sort by
0
Alex Hajigeorgieva
Telerik team
answered on 16 Sep 2019, 10:27 AM
Hello, Konstantin,

Thanks for the heads up. This turned out to be a more involved than expected.
This configuration results in two nested event handlers that fight over each other for precedence.

So far, the only workaround I have is somewhat crude:

kendo.mobile.ui.Scroller.fn.options.avoidScrolling = function(e) {
  return $(e.event.target).is(".k-marker");
};

See the updated snippet. We'll consider our options for fixing this in a more consistent way.

Apologies for the caused inconvenience.

Kind Regards,
Alex Hajigeorgieva
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Konstantin
Top achievements
Rank 1
answered on 17 Sep 2019, 06:06 AM
Thanks, solved
Tags
Map
Asked by
Konstantin
Top achievements
Rank 1
Answers by
Alex Hajigeorgieva
Telerik team
Konstantin
Top achievements
Rank 1
Share this question
or