Well, display:none doesn't exactly remove the element from the DOM,
but in many browsers, hiding an element using display:none has the
side effect of destroying any OS-level plugin windows 'contained'
inside that element. We have a fix in place that takes care of this in
basic cases; however, we're looking into better solutions for handling
plugin show/hide situations.
- Roman