Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

The contents of a closed popup should not appear in "find" or "copy all text" #5892

@rbu

Description

@rbu

We're opening popups programmatically, so it makes no sense to keep the dom nodes around after they are closed. In a long-running app, this creates large cruft when you popup tooltips or notifications. They should be removed from the dom if jQM added the dom node by itself.

Furthermore, if they are left around in the DOM, they should be display: none instead of just moved off-screen where they are found by the browser's "find" or "copy all text" features. This already happens correctly for pages when they deactivate.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions