unimelb / unimelb-design-system

A complete design system for the University of Melbourne
https://web.unimelb.edu.au
30 stars 12 forks source link

Remove modal from DOM when dismissed #906

Open axelboc opened 7 years ago

axelboc commented 7 years ago

Expected behaviour

When dismissing a modal with a YouTube video, the video should stop playing.

Actual behaviour

The video keeps playing in the background.


This is most likely an issue with other types of content as well, like maps, which may lead to increased memory use. Bluntly, a modal should be removed from the DOM entirely when dismissed.