Unplanned
Last Updated: 05 Mar 2026 09:35 by ADMIN
Andreas
Created on: 26 Feb 2026 12:42
Category: Editor
Type: Bug Report
0
Can resize table even if read-only in Iframe mode

Even if setting ReadOnly="true", tables in the Editor can be resized...

This only happens in Iframe mode!


<TelerikEditor Height="300px" @bind-Value="@Value" EditMode="Telerik.Blazor.EditorEditMode.Iframe" ReadOnly="true">
</TelerikEditor>

@code {
    public string Value { get; set; } =
            @"
<table>
    <tbody>
        <tr>
            <td>
               Some text
            </td>
        </tr>
        <tr style=""height: 24px"">
        </tr>
        <tr>
            <td>
                Some text
            </td>
        </tr>
    </tbody>
</table>
    ";
}

1 comment
ADMIN
Ivan Danchev
Posted on: 05 Mar 2026 09:35

Hello Andreas,

Thank you for submitting this bug report about the Editor. 

I've logged it in our backlog and updated your Telerik points. 

Regards,
Ivan Danchev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.