ruffle
ruffle copied to clipboard
core: Drop the focus when it's made invisible
When an object has focus and is made invisible, the focus should be dropped.
A test is added as always and another one is improved.
Related to https://github.com/ruffle-rs/ruffle/issues/5443 as it improves FocusManager
support a bit in certain situations.