Corentin Soriano created GUACAMOLE-2079: -------------------------------------------
Summary: Error activating full screen on Firefox Key: GUACAMOLE-2079 URL: https://issues.apache.org/jira/browse/GUACAMOLE-2079 Project: Guacamole Issue Type: Bug Components: guacamole-client Affects Versions: 1.6.0 Reporter: Corentin Soriano Fix For: 1.6.0 Attachments: image-2025-06-02-17-34-08-153.png Keyboard API is not supported by all browsers: [https://developer.mozilla.org/en-US/docs/Web/API/Keyboard_API] !image-2025-06-02-17-34-08-153.png! Enabling (or disabling) with Firefox produces this error: {code:java} TypeError: navigator.keyboard is undefined setFullscreenMode guacFullscreen.js:39 toggleFullscreenMode guacFullscreen.js:51{code} I also notice that holding down esc for 2 seconds does not perform the explicit unlock(). It seems that the unlock is implicit but I haven't found any reference on this subject so I think we should rather rely on this type of method: [https://developer.chrome.com/blog/better-full-screen-mode] -- This message was sent by Atlassian Jira (v8.20.10#820010)