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

Radeditor issues with IE11

1 Answer 37 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Akinori
Top achievements
Rank 1
Akinori asked on 23 Aug 2016, 04:46 AM

When I change an image in IE11, Radeditor insert the image to different position. There is no issue with Chrome and Firefox.

Repro Step:

1. Go http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx

2. Copy following HTML with HTML tab.

3. Chage an image with Desigh tab.

Result: <img> tab is inserted to differint position. 

Is there any workaround on this?

 

<div class="col-sm-12">
<div class="row child_container">
<div class="col-sm-6" style="float: left;">
<div class="row">
<div class="img col-sm-12">
<img alt="" src="/aspnet-ajax/Editor/images/UserDir/Marketing/Tokyo.png" />
</div>
<div>
<dl class=" col-sm-12">
    <dt>xxxxxxxxxxxxxxxxxxxxxx</dt>
    <dd>xxxxxxxxxxxxxxx</dd>
    <dd><a class="link">xxxxxxxxxxxxxxxxx</a>          </dd>
</dl>
</div>
</div>
</div>
<div class="col-sm-6" style="float: left;">
<div class="row">
<div class="img col-sm-12">
<img alt="" src="/aspnet-ajax/Editor/images/UserDir/Marketing/Tokyo.png" />
</div>
<div>
<dl class=" col-sm-12">
    <dt>xxxxxxxxxxxxxxxxxxxxxx</dt>
    <dd>xxxxxxxxxxxxxxx</dd>
    <dd><a class="link">xxxxxxxxxxxxxxxxx</a>          </dd>
</dl>
</div>
</div>
</div>
</div>
</div>

1 Answer, 1 is accepted

Sort by
0
Joana
Telerik team
answered on 26 Aug 2016, 06:53 AM
Hello Akinori,

Indeed, I could confirm that this is an issue in IE11 when image is wrapped in a container with float style. I have logged it in our backlog. You could track the progress of the item in our FeedBack portal - http://feedback.telerik.com/Project/108/Feedback/Details/199670

I have updated your Telerik points for your report.

Regards,
Joana
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Editor
Asked by
Akinori
Top achievements
Rank 1
Answers by
Joana
Telerik team
Share this question
or