Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Memory leaks in FocusZone due to DOM object references not getting cleaned up #2303

@johannao76

Description

@johannao76

Bug Report

This issue results in a window leak in applications that manage child windows from a central parent window.

The FocusZone component holds on to DOM elements via _activeElement and _defaultFocusElement, these references should be cleaned out in the onComponentDidMount function:
this._activeElement = null;
this._defaultFocusElement = null;

Version

0.40.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    vstsPaired with ticket in vsts

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions