Completed
Last Updated: 02 Sep 2016 07:02 by ADMIN
ADMIN
Ianko
Created on: 12 Nov 2013 11:58
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Fix when the RadEditor is used with the Default Skin, the Image Map Editor is set with incorrect height and the "OK" and "Cancel" buttons are not visible under IE
The Image Map Dialog is not rendered correctly because of a failure of the CSS reset. There is a margin-top attribute which is set with 15px value instead of 0.

Possible resolutions:
 1. Setting another Skin for the RadEditor control;
 2. Setting a custom stylization for the dialogs, which fixes the margin issue. For this approach you can test this example setup along with the provided DialogStyle.css file:

<telerik:RadEditor ID="RadEditor1" runat="server" 
	DialogsCssFile="~/Styles/DialogStyle.css">
</telerik:RadEditor>

More information about the DialogsCssFile property: http://www.telerik.com/help/aspnet-ajax/editor-dialogscssfile.html
Attached Files:
0 comments