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

css issues with 2015.2.827 build

3 Answers 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jelly Master
Top achievements
Rank 1
Jelly Master asked on 27 Aug 2015, 11:13 AM

Hi guys, seems like there is an issue with all the .mobile based css files with an element missing like the below: 

taken from kendo.mobile.all.min.css 

.km-actionsheet>li>a{background-image:-webkit-gradient(linear,)

 looking at a previous version it seems it is missing this: 

 50% 0,50% 100%,color-stop(0,rgba(255,255,255,0.5)),color-stop(0.06,rgba(255,255,255,0.45)),color-stop(0.5,rgba(255,255,255,0.2)),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(1,rgba(100,100,100,0)));

 

This is just one example that JustCode is highlighting as a css error it has picked up 149 errors in total related to issues like this (assuming they are all like this) 

 

 If you need more examples then let me know and I will provide them. 

 

 

 

3 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 31 Aug 2015, 07:52 AM
Hi David,

I checked all Kendo UI mobile themes and there is background color for .km-actionsheet>li>a defined in each theme. Could you please provide mode details about the exact issues your encounter, as well as the mobile theme which you are using? 

Regards,
Iliana Nikolova
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
David
Top achievements
Rank 1
answered on 01 Sep 2015, 09:03 AM

This is affecting all mobile themes.

 but here is the first instance within the kendo.mobile.ios.min.css file:

 

.km-ios .k-toolbar, .km-ios .km-navbar, .km-ios .km-button, .km-ios .km-tabstrip, .km-ios .km-popup .k-item, .km-ios .km-actionsheet > li > a {
background-image: -webkit-gradient(linear,);
background-image: -webkit-linear-gradient(top rgba(255,255,255,0.5) rgba(255,255,255,0.45) 6% rgba(255,255,255,0.2) 50% rgba(255,255,255,0.15) 50% rgba(100,100,100,0));
background-image: linear-gradient(to bottom rgba(255,255,255,0.5) rgba(255,255,255,0.45) 6% rgba(255,255,255,0.2) 50% rgba(255,255,255,0.15) 50% rgba(100,100,100,0));
border-color: #2f3740 #394d68 #375073;
background-color: #7185a2;
}

 

line 3542 (when the css is formatted by visual studio)

 I can attach the files up if needed.

 

0
Iliana Dyankova
Telerik team
answered on 03 Sep 2015, 07:59 AM
Hi David,

We made some improvements in the themes, the rendered outcome should be the same as in the previous version. Could you please check the attached examples and let me know if I am missing something?

Regards,
Iliana Nikolova
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Jelly Master
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
David
Top achievements
Rank 1
Share this question
or