We are using CDN and combined scripts as much as possible, and have run into an issue with the RadEditor and applying custom CSS Classes break, e.g. the applied CSS class on the selected content gets stripped for example from
.laystyle
to
.l
Hi Paul,
Thank you for reporting this issue!
The temporary workaround is to put the minified class names into the custom stylesheet file, e.g.
guid.css
.laystyle, .l { background-color: #FDDEE5; border-radius: 3px; margin-left: auto; margin-right: auto; vertical-align: middle; padding-top: 0; padding-bottom: 0; padding-right: 2px; padding-left: 2px; border-color: #FBAFBF #FBAFBF #FAA0B2; border-style: solid; border-width: 1px; color: #444; line-height: 20px; }
.backstyle, .b { background-color: #D7ECFA; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-left: auto; margin-right: auto; vertical-align: middle; padding-top: 0px; padding-bottom: 0px; padding-right: 2px; padding-left: 2px; border-color: #84C4F1 #84C4F1 #53ACEB; border-style: solid; border-width: 1px; color: #444; line-height: 20px; }
Regards,
Rumen
Progress Telerik