Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Empty "textarea" loses its closing tag after conversion from XML to HTML in Internet Explorer 11


View products that this article applies to.

Symptoms

When you convert the text for an empty textarea field from XML to HTML, the closing tag is removed. For example, you have the following XML text:

<textarea id=123></textarea>

After you convert it to HTML, you have the following:

<textarea id=123 />
Although this solo tag-style is correct for XML, it isn't allowed for HTML.

↑ Back to the top


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-023: Security update for Internet Explorer: March 8, 2016.

↑ Back to the top


Status

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

↑ Back to the top


References

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

↑ Back to the top


Keywords: kbfix, kbqfe, kbexpertiseinter, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 3144523
Revision : 1
Created on : 1/7/2017
Published on : 3/8/2016
Exists online : False
Views : 241