feat(ui5-menu): page up/page down new behavior - #13880
Open
NHristov-sap wants to merge 6 commits into
Open
Conversation
NHristov-sap
temporarily deployed
to
netlify-preview
July 29, 2026 11:36 — with
GitHub Actions
Inactive
NHristov-sap
temporarily deployed
to
netlify-preview
July 29, 2026 11:39 — with
GitHub Actions
Inactive
|
🚀 Deployed on https://pr-13880--ui5-webcomponents-preview.netlify.app |
NHristov-sap
temporarily deployed
to
netlify-preview
July 29, 2026 13:30 — with
GitHub Actions
Inactive
NHristov-sap
temporarily deployed
to
netlify-preview
July 29, 2026 13:30 — with
GitHub Actions
Inactive
NHristov-sap
temporarily deployed
to
netlify-preview
July 30, 2026 08:30 — with
GitHub Actions
Inactive
NHristov-sap
temporarily deployed
to
netlify-preview
July 30, 2026 08:31 — with
GitHub Actions
Inactive
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Until now, when the
ui5-menuwas open, and page up or page down was pressed, the focus jumped with fixed step of 10 menu items (this behavior was inherited by theui5-list). Now the Keyboard Specification was updated, and a new behavior is to be implemented with this PR - now focus jumps with number of visible menu items -1, i.e. if the menu displays 6 items, and the focus is on first one, onPage Downpress the 6th one will be focused (step will be 6-1=5). If there are less menu items available, the last one will be focused. In opposite - whenPage Upis being pressed, the focus jumps to some of previous menu items with the same step, and if there are not enough - the first one will be focused.JIRA: BGSOFUIBALKAN-10955