Unplanned
Last Updated: 13 May 2025 06:10 by ADMIN
Phil
Created on: 06 May 2025 17:27
Type: Bug Report
1
MapControlsPosition is ignored (Map Attribution Box and Navigator Controls are Misplaced)

Hi

No matter what this is set too on any of the map components the controls only show in the top left.

The enabled parameter works as expected still but not MapControlsPosition on any of its options.

Running the demo code in the REPL does the same thing.

Phil

1 comment
ADMIN
Dimo
Posted on: 13 May 2025 06:10

Hi Phil,

Yes, indeed, we found out about this issue recently too. There are a few missing CSS styles, which were moved to the Telerik CSS Utilities package by mistake. The whole CSS Utilities package used to be part of our themes, but it became too large, so we decided to separate most of the styles.

Sorry about this oversight. As this is an issue with the themes, I am moving this item to the Web Themes' issue tracker. The possible workarounds are:

  • Register the CSS Utilities file in your app.
    <link rel="stylesheet" href="http://unpkg.com/@progress/kendo-theme-utils/dist/all.css" />
  • If you prefer to avoid loading one more CSS file, then just add the missing styles:
    .k-pos-top { top:0; }
    .k-pos-right { right:0; }
    .k-pos-bottom { bottom:0; }
    .k-pos-left { left:0; }
    

 

Regards,
Dimo
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.