Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Warning: The retired, out-of-support Internet Explorer 11 desktop application has been permanently disabled through a Microsoft Edge update on certain versions of Windows 10. For more information, see Internet Explorer 11 desktop app retirement FAQ.

Symptoms

When you paste rich text from WordPad into a contentEditable div in Internet Explorer 11, and the text includes multiple pairs of "<p> </p>" tags, each of which represents an empty line. However, one of the "<p> </p>" pairs goes missing.

For example, you expect to see the following text in the contentEditable div when you paste from WordPad:
 

<div contenteditable="true">
        <span lang="">
            <p>This is a test</p>
            <p> </p>
            <p>This is another test with 1 new line</p>
            <p> </p>
            <p> </p>
            <p> </p>
            <p>Next line after 3 new lines</p>
        </span>
    </div>

However, the text is displayed as follows:

<div contenteditable="true">
        <span lang="">
            <p>This is a test</p>
            <p>This is another test with 1 new line</p>
            <p> </p>
           <p> </p>
            <p>Next line after 3 new lines</p>
        </span>
    </div>

Resolution

To fix this issue, install the most recent cumulative security update for Internet Explorer. To do this, go to Microsoft Update. Additionally, see the technical information about the most recent cumulative security update for Internet Explorer.

Note This update was first included in the MS16-063: Security update for Internet Explorer: June 14, 2016.

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

References

Learn about the terminology that Microsoft uses to describe software updates.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×