Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

window.onresize is not intercepted by zones #741

@IgorMinar

Description

@IgorMinar

Repro snippet:

window.onresize = () => console.trace('stack from within onresize handler');

Zone check from within the onresize handler:

> window.Zone.current
Zone {_properties: Object, _parent: null, _name: "<root>", _zoneDelegate: ZoneDelegate}

We came across this via angular/angular#16143

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions