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.

SVG content that contains an SVGUseElement object may cause Internet Explorer to leak memory when you use the DOMParser.parseFromString method


View products that this article applies to.

Symptoms

Internet Explorer 9 and Internet Explorer 10 may leak memory when you use the DOMParser.parseFromString method to parse Scalable Vector Graphics (SVG) content that contains an SVGUseElement object.

↑ Back to the top


Cause

This problem occurs when you insert the resulting SVG markup into the Document Object Model (DOM) and then the SVG markup is later removed. The now orphaned SVG markup is not released because the SVGUseElement object creates additional references to the SVG markup tree that are not released.

Note This issue may not be limited to situations in which the DOMParser.parseFromString method is used and may occur if SVG markup that contains an SVGUseElement object is created in other ways and then dynamically removed from the page.

↑ Back to the top


Resolution

Update information

To resolve this issue, install the most recent cumulative security update for Internet Explorer. To do this, go to Microsoft Update.

For technical information about the most recent cumulative security update for Internet Explorer, go to the following Microsoft website:Note This update was first included in security update 2888505.

For more information, click the following article number to view the article in the Microsoft Knowledge Base:
2888505 MS13-088: Cumulative Security Update for Internet Explorer: November 12, 2013

↑ 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

See the terminology Microsoft uses to describe software updates.

↑ Back to the top


Keywords: kbnotautohotfix, kbqfe, kbbug, kbfix, kbexpertiseinter, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2904452
Revision : 1
Created on : 1/7/2017
Published on : 11/13/2013
Exists online : False
Views : 298