Hi Telerik,
First and foremost, I'm using the Q1 2009 version.
There is a bug with the RadEditor's full screen mode. If there happens to be a div with the CSS "float" attribute above the Editor, then the div's content will appear on top of the editor when full screen mode is enabled. This happens on Chrome, Safari, Opera, Firefox and IE8 (standards mode - everything looks fine in backward compatibility mode).
You can reproduce the bug with the following code:
Thanks.
First and foremost, I'm using the Q1 2009 version.
There is a bug with the RadEditor's full screen mode. If there happens to be a div with the CSS "float" attribute above the Editor, then the div's content will appear on top of the editor when full screen mode is enabled. This happens on Chrome, Safari, Opera, Firefox and IE8 (standards mode - everything looks fine in backward compatibility mode).
You can reproduce the bug with the following code:
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" > | |
| <head runat="server"> | |
| <title>Untitled Page</title> | |
| </head> | |
| <body> | |
| <form id="form1" runat="server"> | |
| <asp:ScriptManager runat="server"></asp:ScriptManager> | |
| <div style="float:right;"> | |
| This is some dummy text<br /> | |
| This is some dummy text<br /> | |
| This is some dummy text<br /> | |
| This is some dummy text<br /> | |
| This is some dummy text<br /> | |
| </div> | |
| <telerik:RadEditor runat="server"></telerik:RadEditor> | |
| </form> | |
| </body> | |
Thanks.
