Skip to content

browser: a11y: fix Tab key navigation in multiline edit#15132

Open
hcvcastro wants to merge 1 commit intoCollaboraOnline:mainfrom
hcvcastro:pr/main/1A
Open

browser: a11y: fix Tab key navigation in multiline edit#15132
hcvcastro wants to merge 1 commit intoCollaboraOnline:mainfrom
hcvcastro:pr/main/1A

Conversation

@hcvcastro
Copy link
Member

The multiline edit widget is supposed to send the 'selection' command
to the server if and only if there is an actual text selection.

Currently, every navigation key (even those only changing focus)
triggers the command, causing the server to react and hide elements in
dialogs (e.g., in the Formula Wizard Dialog).

Change-Id: I6049ec4bc4ed794b7f0672586f5c31757c2e005a
Signed-off-by: Henry Castro hcastro@collabora.com

The multiline edit widget is supposed to send the 'selection' command
to the server if and only if there is an actual text selection.

Currently, every navigation key (even those only changing focus)
triggers the command, causing the server to react and hide elements in
dialogs (e.g., in the Formula Wizard Dialog).

Change-Id: I6049ec4bc4ed794b7f0672586f5c31757c2e005a
Signed-off-by: Henry Castro <hcastro@collabora.com>
@github-project-automation github-project-automation bot moved this from To Review to To Test in Collabora Online Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To Test

Development

Successfully merging this pull request may close these issues.

2 participants