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

Difficulty in selecting map marker and dragging it on Windows 8.1

1 Answer 24 Views
Map
This is a migrated thread and some comments may be shown as answers.
Wei Shiong
Top achievements
Rank 1
Wei Shiong asked on 01 Sep 2016, 10:23 AM

Hi,

   I was testing out this example http://dojo.telerik.com/eQoxo/4 on a workstation with chrome running (Windows 8.1, Nvidia Quadro card) and noted that the markers can only be selected and dragged by clicking on the black spot in the attached file. However, when I tested the same code with chrome on Windows 7 and Windows 10, the markers can be selected and dragged by clicking any part of the marker. Are there any OS dependency issue which I should be aware of in order to use the drag and drop marker feature of Kendo Map?

Best Regards,

CH

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 01 Sep 2016, 12:17 PM
Hi CH,

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.

Regards,
Danail Vasilev
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Map
Asked by
Wei Shiong
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Share this question
or