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

Broken editor in radWindow under Chrome

2 Answers 17 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mattias Björklund
Top achievements
Rank 1
Mattias Björklund asked on 10 Apr 2014, 07:10 AM
The editors design view is empty and to small in Chrome 34 if the editor is in a radWindow. 

<asp:Button runat="server" ID="btnOpenPopup" Text="Open poup" OnClick="btnOpenPopup_Click" />
 
        <telerik:RadWindow ID="rdwNewAddressAtLocation" runat="server" Width="805" Height="450">
            <ContentTemplate>
                <telerik:RadEditor ID="redNotes" Skin="Default" NewLineBr="true" height="200" width="400"
                    runat="server" Language="sv-SE" StripFormattingOnPaste="MSWordRemoveAll" ContentFilters="FixEnclosingP">
                </telerik:RadEditor>
            </ContentTemplate>
        </telerik:RadWindow>
protected void btnOpenPopup_Click(object sender, EventArgs e)
    {
        rdwNewAddressAtLocation.VisibleOnPageLoad = true;
        redNotes.Content = "<b>Testing</b>";
    }

2 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 11 Apr 2014, 08:40 AM

Hello Mattias,

Thank you for bringing this issue to our attention.

I am logging this issue as a bug in our database. You can find possible resolution and more information in this feedback portal item.

As appropriation for this report, I am updating your Telerik points.

Regards,

Ianko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Mattias Björklund
Top achievements
Rank 1
answered on 11 Apr 2014, 09:06 AM
The fix worked, thank you for your help.
Tags
Editor
Asked by
Mattias Björklund
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Mattias Björklund
Top achievements
Rank 1
Share this question
or