Completed
Last Updated: 02 Mar 2021 15:28 by ADMIN
Aleksandr
Created on: 13 Aug 2019 20:29
Type: Bug Report
0
bootstrab v4 theme bugs

1 - when use bootstrap v4  theme, ddl does not handle long names gracefully, please find in attachment example in bootstrap v4 & silver themes, also here are the dojo exaples

 

v4: https://dojo.telerik.com/AYoXEyoT/5

 

silver: https://dojo.telerik.com/aqIkUSiP/2

 

2 - for grid and separate controls validation message has diff view

 

https://dojo.telerik.com/aBuKaDun/6

 

should be the same

 

 

 

Attached Files:
3 comments
ADMIN
Ivan Zhekov
Posted on: 28 Aug 2019 04:56
Hi, Aleskandr.

That's a legitimate bug and I've logged it in our theme repo: https://github.com/telerik/kendo-themes/issues/862. You can follow the development and write comments in the issue.

Regards,
Ivan Zhekov
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.
Aleksandr
Posted on: 21 Aug 2019 07:25

Hello Dimitar,

 

thx a lot for the quick clarification & suggestion, few things:

if you use 2019 R2 SP1 (2019.2.619) and have the link to this css removed 

   <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2019.2.619/styles/kendo.common-bootstrap.min.css"/>

the validation message tooltip in grid became terrible

 

good one

 

https://dojo.telerik.com/aBuKaDun/9

 

bad one

 

https://dojo.telerik.com/aBuKaDun/8

 

 

 
ADMIN
Dimitar
Posted on: 20 Aug 2019 07:30
Hello Aleksandr,

The Bootstrap v4 theme is part of the newer Sass-based themes. Those themes are slightly different than the Less-based themes (e.g silver) - the major difference being that each Sass-based theme is represented by a single CSS file that combines the layout and the themes of the components. This is described in greater details in the following documentation article:


Taking the above into consideration, I noticed that the first and third provided Dojo example reference both kendo.common.css and the kendo.bootstrap-v4.css. However, only bootstrap-v4 css is required to be referenced. Therefore, I have modified both samples to reflect this change.

1) After updating the first example, the issue with the DropDownList is resolved. Here is the sample. The only difference in the Sass-based themes is that there is no ellipsis at the end of the text.

2) The second issue described is a known one and is logged in the Kendo Themes Monorepo. You could start tracking it from the following GitHub item.

In case you stumble upon any other issues that are related to the Kendo Sass-based themes, you could open a new issue in the Kendo Themes Repository by following the auto-generated template and describe it in details. We will then be able to evaluate it and examine it further.

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.