Completed
Last Updated: 05 Oct 2016 12:15 by ADMIN
ADMIN
Joana
Created on: 13 Sep 2016 09:00
Category: UI for ASP.NET AJAX
Type: Feature Request
0
FormDecorator overrides styles of the hidden textarea in RadEditor
Workaround: 

ControlsToSkip="TextArea"


Steps to reproduce:

<telerik:RadFormDecorator RenderMode="Lightweight" runat="server" EnableRoundedCorners="true" DecoratedControls="All" />

    <telerik:RadEditor ID="RadEditor1" runat="server"  RenderMode="Lightweight" AutoResizeHeight="true">
        <Content>
            a<br/>a<br/>a<br/>a<br/>
        </Content>
    </telerik:RadEditor>

1. Set this content to a page
2. Toggle Preview mode

Actual behavior: TextArea remain visible on the page as its styles get overriden
Expected: TextArea is hidden

 
0 comments