Completed
Last Updated: 22 Nov 2019 14:19 by ADMIN
ADMIN
Rumen
Created on: 15 Feb 2018 09:37
Category: Editor
Type: Bug Report
0
The DialogsCssFile property breaks the appearance of a custom skin
When setting the DialogsCssFile property, the generated markup of the RadEditor wrapper changes from 

Radeditor RadEditor_<MyCustomSkin> reWrapper

to

Radeditor <MyCustomSkin> reWrapper.



Since the custom skins generated through the Theme Builder requires the Radeditor RadEditor_<MyCustomSkin> reWrapper class syntax, they won't be applied to the RadEditor body.

The string <MyCustomSkin> is the name of the custom skin.


To fix the problem explicitly set the RenderMode property of RadEditor to "Lightweight", i.e.

<telerik:RadEditor RenderMode="Lightweight" DialogsCssFile="~/MyCustomSkin/DialogContents.css" ID="RadEditor1" runat="server" Skin="MyCustomSkin" EnableEmbeddedSkins="false">
            <ImageManager ViewPaths="~/" UploadPaths="~/" />
</telerik:RadEditor>









1 comment
ADMIN
Rumen
Posted on: 22 Nov 2019 14:19

I am going to close this bug item with status completed - having in mind that the RenderMode classic is not supported as of 2015 and the problem does not exist when the RenderMode is set to Lightweight.

Regards,
Rumen
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.