Completed
Last Updated: 20 Dec 2018 17:18 by ADMIN
Sergey
Created on: 19 Dec 2018 16:46
Category: Editor
Type: Bug Report
0
Clear Class option in Image Properties dialog does not work
After performing some tests with images using the RadEditor I have found that when selecting the class to apply in the image properties dialog, it will not let you clear the class. When choosing the clear class option from the drop down it does not change the class of the image it will keep the same class that is already applied from the drop down.
1 comment
ADMIN
Rumen
Posted on: 19 Dec 2018 16:50
Thank you for reporting this bug.

It will be fixed in the R1 2019 release due in mid-January.

You can temporary solve it in your project by registering the external dialog files of RadEditor and updating the SetImageProperties.ascx file. 

Locate the following line

element.removeAttribute("className");

in the _setClass function and replace it with

element.removeAttribute("class");

Save and clear the browser cache to see the change.

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.