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

JC Clean\Change CSS?

2 Answers 44 Views
Refactorings
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 16 Jun 2011, 10:16 PM
I have a strange strange problem

...so I have a bunch of these defined around my theme in external .css files

background-color: #C9D0D7;
background-image: -webkit-gradient(linear, left top, left bottom, from(#C9D0D7), to(#FFFFFF)); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, #C9D0D7, #FFFFFF); /* Chrome 10+, Saf5.1+ */
background-image:    -moz-linear-gradient(top, #C9D0D7, #FFFFFF); /* FF3.6 */
background-image:     -ms-linear-gradient(top, #C9D0D7, #FFFFFF); /* IE10 */
background-image:      -o-linear-gradient(top, #C9D0D7, #FFFFFF); /* Opera 11.10+ */
background-image:         linear-gradient(top, #C9D0D7, #FFFFFF);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#C9D0D7', EndColorStr='#FFFFFF'); /* IE6–IE9 */

Every once and a while, it gets stripped out and becomes

  background-color: #C9D0D7;
 /* Saf4+, Chrome */
 /* Chrome 10+, Saf5.1+ */
/* FF3.6 */
/* IE10 */
 /* Opera 11.10+ */

Sometimes I dont even have the file in an active window...I'll just refresh my page and the style on something is missing

2 Answers, 1 is accepted

Sort by
0
Stefan Avramov
Telerik team
answered on 22 Jun 2011, 01:32 PM
Hi Steve,

Thanks for the feedback. This looks very strange, JustCode doesn't touch '.css' files, especially in the background without you knowing. Is JustCode the only possible 'culprit' or do you have any other plugins?
Please be sure to look out for that one and write to us if you figure out how to reproduce it.
Sorry for the inconvenience.

Regards,
Stefan Avramov
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 22 Jun 2011, 02:20 PM
Hey no, dont get me wrong, I'm not blaming justcode, I just wanted to know if JC touched CSS at all :)

It's probably one of the VS2010 plugins doing it

Thanks for the info
Tags
Refactorings
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Stefan Avramov
Telerik team
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Share this question
or