virtualx-engine/platform/javascript/js
Fabio Alessandrelli 63e2db2499 [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.
2021-11-26 09:44:00 +01:00
..
engine [HTML5] Add option to focus canvas on start. 2021-06-25 19:07:17 +02:00
jsdoc2rst [HTML5] Add jsdoc2rst tool. 2021-02-26 11:33:59 +01:00
libs [HTML5] Fix focus (again) in Firefox's iframes. 2021-11-26 09:44:00 +01:00