Completed
Last Updated: 02 Nov 2021 13:07 by ADMIN
William
Created on: 24 Jul 2013 20:42
Category: Editor
Type: Bug Report
1
in ie10, when a nested block element has a width supplied and a closing tag on the next line, adding a new line will result in extra non-breaking spaces.
To replicate this (as it is rather difficult to explain) go to http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx
Click on the HTML tab and replace all the content with:

<div>
  <div>
    <div style="width: 100%;">foo bar
    </div>
  </div>
</div>

Click back on the Design tab and click at then end of the first line.  When you press enter, the new line will be filled with non breaking spaces equal to the amount the inner-most div was indented.
2 comments
ADMIN
Rumen
Posted on: 02 Nov 2021 13:07

Not reproducible with version 2021.3.914 and IE10/11.

William
Posted on: 24 Jul 2013 20:44
The indenting in the code above was removed when submitting the bug.  I attached an html file with how it was originally pasted in.
Attached Files: