This is a migrated thread and some comments may be shown as answers.

InsertImage and InsertLink display error with Firefox

1 Answer 42 Views
Editor
This is a migrated thread and some comments may be shown as answers.
BiBongNet
Top achievements
Rank 2
BiBongNet asked on 12 Oct 2012, 06:06 PM
Hi,

There is a problem to display InsertImage and InsertLink dialogs with Firefox (I am using FF version 15 and 16). These dialogs DO display, but with no elements visible inside. With IE, they are OK. I haven't check this with other versions of FF. Looking into Firebug, I found this CSS bug (in bold):

<tr class="rwContentRow">
<td class="rwCorner rwBodyLeft"> </td>
<td class="rwWindowContent" valign="top">
<div id="ContentEditor_InsertImage" class="reInsertImageWrapper" style="width: 334px; height: 154px; overflow: auto;">
<table class="reControlsLayout" border="0" cellspacing="0" cellpadding="0">
</div>
</td>
<td class="rwCorner rwBodyRight"> </td>
</tr>

I have to override css classes as below, and they are all OK now.

.reInsertImageWrapper, .reInsertLinkWrapper, .reInsertTableLightWrapper { overflow: visible !important;}

(Up to now, you can see this will affect InsertTableLight too).

Just giving this information, in case others may have the same problems, and the Telerik guys should take more investigation on this.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 15 Oct 2012, 12:05 PM
Hi,

You are the first to report such a problem and I was unable to reproduce it as shown in the following video: http://screencast.com/t/kiJ7otoIb5c.

Your solution however is OK and if anyone else experiences the reported problem, he/she can use it.

All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
BiBongNet
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or