Skip to content

feat(ui5-menu): page up/page down new behavior - #13880

Open
NHristov-sap wants to merge 6 commits into
mainfrom
BL_menu_paging
Open

feat(ui5-menu): page up/page down new behavior#13880
NHristov-sap wants to merge 6 commits into
mainfrom
BL_menu_paging

Conversation

@NHristov-sap

@NHristov-sap NHristov-sap commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Until now, when the ui5-menu was open, and page up or page down was pressed, the focus jumped with fixed step of 10 menu items (this behavior was inherited by the ui5-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, on Page Down press 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 - when Page Up is 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

@sap-ui5-webcomponents-release

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant