Completed
Last Updated: 15 Sep 2016 08:41 by Akinori
ADMIN
Joana
Created on: 26 Aug 2016 06:49
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Changing image wrapped in a floated element will insert the new one outside of its wrapper in IE11
http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx

       1. Insert the following html:
<div style="float: left;">
<img alt="" src="/aspnet-ajax/Editor/images/UserDir/Marketing/Tokyo.png" />
</div>

        2. Click the image and update it via ImageManager

Expected:

<div style="float: left;">
<img alt="" src="/aspnet-ajax/Editor/images/UserDir/Marketing/upload_100.png" />
</div>

Actual: 

<div style="float: left;">
</div>
<img alt="" src="/aspnet-ajax/Editor/images/UserDir/Marketing/upload_100.png" />
1 comment
Akinori
Posted on: 05 Sep 2016 05:43
Hello,
Is there any update on this?
Is there any workaround of this issue?