You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
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.