Completed
Last Updated: 02 Dec 2019 08:49 by ADMIN
Jure
Created on: 13 Jun 2019 10:41
Category: Menu
Type: Bug Report
0
ContextMenu in MVVM form does not set the copyAnchorStyles option

I prepared a dojo example. https://dojo.telerik.com/oKIkuCaP

As can be seen from example, the MVVM context menu seems to ignore data-copy-anchor-styles option.

Current solution for us is to extend the kendo.ui.ContextMenu and set the copyAnchorStyles option to false.

1 comment
ADMIN
Dimitar
Posted on: 20 Jun 2019 07:01
Hello Jure,


I have logged this as a bug in the Kendo UI GitHub repository and you can start tracking it from item #5124. I am also happy to let you know that the issue is resolved and the fix is expected to be released with the next official release 2019 R3.

As a workaround, you could use the following patch (Dojo example):
<script>
  kendo.ui.ContextMenu.fn.options.copyAnchorStyles = true;
</script>

Also, as a small token of gratitude for helping us discover this discrepancy, I have updated your Telerik Points.

Regards,
Dimitar
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.