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

Cursor is not moving outside the table in RTE

1 Answer 70 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mehedi
Top achievements
Rank 1
Mehedi asked on 16 Nov 2016, 06:35 AM
I am facing a issue related to RTE. 

To reproduce this issue, please follow the below steps - 
1. http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx 
2. Switch to HTML view and copy
<table>
<tbody>
<tr>
<td>test</td>
</tr>
</tbody>
</table>
3. Switch to Design tab.

Actual Result: Cannot move cursor or input outside the table.

Expected result: we should move cursor and input outside the table.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Nov 2016, 07:57 AM
Hello,

The reported issue happens only in IE/Edge, but not in Firefox and Chrome.

It is a browser behavior which can be reproduced with an editable div/iframe element as the one in the attached HTML file.

We have fixed this behavior in Firefox and Chrome. In IE/Edge, we workaround it by putting a <br> tag after the inserted table with the Insert Table dropdown tool.


Best regards,
Rumen
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Editor
Asked by
Mehedi
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or