4 Answers, 1 is accepted
0
Michael
Top achievements
Rank 1
answered on 19 May 2010, 02:22 PM
Can you guys please remove my original screenshot attachment and use this one instead?
0
Hello Michael,
Can you please just for test increase the RadEditor's height and see whether the problem still persists?
There is a height problem in the Mozilla / Gecko / Web-Kit (Safari and Chrome) browsers which ignore setting any heights smaller than 150px to an IFRAME element.
Here is a small sample that shows the root of the problem:
<table style="height:80px;border:3px solid green">
<tr style="height:100%">
<td style="height:100%">
<iframe style="border: 1px solid red; height:100%" src=""></iframe>
</td>
</tr>
</table>
To fix the problem make sure that the AutoResizeHeight property is set to "false" and that the height is set to at least 200-250px.
If you still experience any problems, isolate the problem in a sample working project and send it for examination by opening a support ticket.
Best regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Can you please just for test increase the RadEditor's height and see whether the problem still persists?
There is a height problem in the Mozilla / Gecko / Web-Kit (Safari and Chrome) browsers which ignore setting any heights smaller than 150px to an IFRAME element.
Here is a small sample that shows the root of the problem:
<table style="height:80px;border:3px solid green">
<tr style="height:100%">
<td style="height:100%">
<iframe style="border: 1px solid red; height:100%" src=""></iframe>
</td>
</tr>
</table>
To fix the problem make sure that the AutoResizeHeight property is set to "false" and that the height is set to at least 200-250px.
If you still experience any problems, isolate the problem in a sample working project and send it for examination by opening a support ticket.
Best regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Michael
Top achievements
Rank 1
answered on 20 May 2010, 02:20 PM
I see. It does break at about that height. Problem is, I don't have that much room in my app to work with. I'll figure something else out. Thanks.
Mike
Mike
0
Michael
Top achievements
Rank 1
answered on 20 May 2010, 02:53 PM
Ah, foudn your workaround that you mentioned here:
http://www.telerik.com/automated-testing-tools/community/forums/aspnet-ajax/editor/radeditor-height-issue-in-firefox.aspx
I'll use that!
http://www.telerik.com/automated-testing-tools/community/forums/aspnet-ajax/editor/radeditor-height-issue-in-firefox.aspx
I'll use that!