Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[HTML5] Fix focus (again) in Firefox's iframes.
This actually makes sense(?), when running inside an iframe the active element might be our canvas, while the iframe itself is not active in the parent window. Since we consume the event, the iframe does not get focused in Firefox (but does in Chromium-based browsers), so we must always call focus to handle such occasions. (cherry picked from commit 63e2db2)
- Loading branch information