-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collapse CDI panel segments by default (#182)
- Opens up the CDI panel with the segments all closed up. - Fixes layout issues in CDIPanel when the window gets resized: - Removes horizontal scrollbar from the contentPanel. - Sets the width of the segment panels whenever the window size gets changed. - Accessibility updates - Makes the CollapsibleHeader focusable to be part of the tab sequence - Adds keyboard listener for space/enter to expand the collapsed components. === * Opens up the CDI panel with the segments all closed up. * Fixes layout issues in CDIPanel when the window gets resized. - Removes horizontal scrollbar from the contentPanel. - Sets the width of the segment panels whenever the window size gets changed. * Fix concurrency problem where we were modifying the layout of the segment panels while the renderer thread was working. * Makes the collapsible panel be operable via the keyboard. Adds them to the keyboard loop and fills in the accessible context.
- Loading branch information
1 parent
3881371
commit 64fd765
Showing
2 changed files
with
76 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters