[
https://issues.apache.org/jira/browse/GUACAMOLE-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18088533#comment-18088533
]
Corentin Soriano edited comment on GUACAMOLE-2289 at 6/12/26 12:30 PM:
-----------------------------------------------------------------------
The commit that introduced the bug:
{code:java}
a70591191e7fffa78661c7614a43e949e54b83c6 is the first bad commit
commit a70591191e7fffa78661c7614a43e949e54b83c6 (HEAD)
Author: Bradley Bennett <[email protected]>
Date: Wed Feb 11 10:44:33 2026 -0500 GUACAMOLE-2217: Fix Caps Lock issues
on Mac. guacamole-common-js/src/main/webapp/modules/Keyboard.js
| 402
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------
guacamole-common-js/src/main/webapp/modules/Mouse.js | 24
++++++++
guacamole-common-js/src/main/webapp/modules/Touch.js | 21
+++++++
guacamole/src/main/frontend/src/app/index/controllers/indexController.js | 18
++++++
4 files changed, 415 insertions(+), 50 deletions(-)
HEAD detached at a70591191 {code}
This fix must be applied in order to test properly
[#1202|https://github.com/apache/guacamole-client/pull/1202/changes]
NumLock must be active to reproduce.
was (Author: JIRAUSER305102):
The commit that introduced the bug:
{code:java}
a70591191e7fffa78661c7614a43e949e54b83c6 is the first bad commit
commit a70591191e7fffa78661c7614a43e949e54b83c6 (HEAD)
Author: Bradley Bennett <[email protected]>
Date: Wed Feb 11 10:44:33 2026 -0500 GUACAMOLE-2217: Fix Caps Lock issues
on Mac. guacamole-common-js/src/main/webapp/modules/Keyboard.js
| 402
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------
guacamole-common-js/src/main/webapp/modules/Mouse.js | 24
++++++++
guacamole-common-js/src/main/webapp/modules/Touch.js | 21
+++++++
guacamole/src/main/frontend/src/app/index/controllers/indexController.js | 18
++++++
4 files changed, 415 insertions(+), 50 deletions(-)
HEAD detached at a70591191 {code}
This fix must be applied in order to test properly
[#1202|https://github.com/apache/guacamole-client/pull/1202/changes]
> Terminal - screen goes back to bottom line when clicking after scrolling up
> ---------------------------------------------------------------------------
>
> Key: GUACAMOLE-2289
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-2289
> Project: Guacamole
> Issue Type: Bug
> Reporter: Corentin Soriano
> Priority: Minor
> Fix For: 1.6.1 [staging]
>
>
> A click in the terminal:
> * Sends a log guacd[299]: DEBUG: Ignoring unknown keysym: 0xFF7F
> * Returns to the bottom line
> Reported via this thread:
> [https://lists.apache.org/thread/t4hbsgopt0q04pysycmmg5pjpc9fof67]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)