Completed
Last Updated: 14 Jan 2022 17:04 by ADMIN
ADMIN
Ianko
Created on: 16 Feb 2016 12:58
Category: Editor
Type: Bug Report
0
Fullscreen mode is not rendered properly in Lightweight rendering
RadEditor in Fullscreen mode appears cut off at the right and at the bottom. 



In order to fix that, you can add this CSS rule to the page:

<style>
    .RadEditor.reFullScreen {
        box-sizing:border-box;
    }
</style>

<telerik:RadEditor ID="RadEditor1" runat="server" RenderMode="Lightweight">
</telerik:RadEditor>
1 comment
ADMIN
Rumen
Posted on: 14 Jan 2022 17:04

Not reproducible with R1 2022.