Unplanned
Last Updated: 24 Feb 2020 09:42 by ADMIN
Paul King
Created on: 24 Feb 2020 09:34
Category: Editor
Type: Bug Report
0
ApplyClass breaks when using ScriptManager.TelerikCdn.CombinedScript and Telerik.ScriptManager.TelerikCdn

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

1 comment
ADMIN
Rumen
Posted on: 24 Feb 2020 09:42

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

Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers. Learn More.