Skip to content

Private/caolan/missing groupbutton shortcuts#15095

Open
caolanm wants to merge 1 commit intomainfrom
private/caolan/missing_groupbutton_shortcuts
Open

Private/caolan/missing groupbutton shortcuts#15095
caolanm wants to merge 1 commit intomainfrom
private/caolan/missing_groupbutton_shortcuts

Conversation

@caolanm
Copy link
Contributor

@caolanm caolanm commented Mar 19, 2026

  • Resolves: #
  • Target version: main

Summary

TODO

  • ...

Checklist

  • I have run make prettier-write and formatted the code.
  • All commits have Change-Id
  • I have run tests with make check
  • I have issued make run and manually verified that everything looks okay
  • Documentation (manuals or wiki) has been updated or is not required

@caolanm caolanm force-pushed the private/caolan/missing_groupbutton_shortcuts branch from 0094414 to 6bd44f5 Compare March 19, 2026 11:47
In the calc Data notebookbar tab, there is no shortcut for Group.

probably since:

commit 7e83016
Date:   Wed Aug 6 15:24:33 2025 +0530

    feat: Implement group labels and overflow management in Calc notebookbar

The overflow group data-group and its bigtoolitem child shared the same
id. When the accessibility code processes the bigtoolitem,
querySelector('#data-group.ui-overflow-group') matches the parent
overflow group instead of finding the button, so the Group button's
shortcut is never registered.

Add a test for this and fix the other cases found in the other apps
that were not yet audited.

Signed-off-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Change-Id: Iec07a2722de4e0bde24881389df7aa47af1ec06b
@caolanm caolanm force-pushed the private/caolan/missing_groupbutton_shortcuts branch from 6bd44f5 to 8ca17ee Compare March 19, 2026 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To Review

Development

Successfully merging this pull request may close these issues.

1 participant