Bug reports Found a bug? Post it here please.
Version 6.x > Bug reports > ::pseudo-element breaks stylesheet editor View modes: 
User avatar
Member
Member
zen.dev01-yahoo - 2/8/2012 4:15:31 AM
   
::pseudo-element breaks stylesheet editor
Hi,

After i added the pseudo-element selector in the stylesheet text field, the lines beyond the pseudo-element selector are not showing in the /CMSPages/GetResource.ashx?stylesheetname=mystylesheet


...
.class { color:red; }

::selection { }

/* these will not be returned */



the returned stylesheet only contained until
.class { color:red; }:


i am using Firefox 10 on KenticoCMS v6 trial version.

Can you guys look into it?

Thanks!

User avatar
Member
Member
kentico_michal - 2/8/2012 6:49:40 AM
   
RE:::pseudo-element breaks stylesheet editor
Hello,

Could you please try to apply the latest hotfix if you have done so already, as there were a few bugs related to CSS minifications fixed. Thank you.

Best regards,
Michal Legen

User avatar
Member
Member
zen.dev01-yahoo - 2/17/2012 2:34:03 AM
   
RE:::pseudo-element breaks stylesheet editor
Thanks! That solves it.


Cheers,
Z