Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SF_ACC][ui5-combobox]: combobox items after the third item cannot be navigated by using the keyboard #11029

Open
1 task done
GongRichard opened this issue Mar 7, 2025 · 1 comment
Assignees
Labels
bug This issue is a bug in the code SAP SF TOPIC RL ui5-multi-combobox

Comments

@GongRichard
Copy link

Bug Description

When the user navigates with the keyboard to combobox and press enter to navigate the combobox items with arrow keys -> when navigating the list items using the arrow keys -> Observe that after the 3rd list item, user is unable to navigate further combobox items with the keyboard.

Affected Component

ui5-combobox

Expected Behaviour

No response

Isolated Example

https://stackblitz.com/edit/github-gessxdk6?file=package.json,src%2FApp.tsx,README.md

Steps to Reproduce

  1. go to sample https://stackblitz.com/edit/github-gessxdk6?file=package.json,src%2FApp.tsx,README.md
  2. use up/down arrow key to nav between combobox items
  3. after the 3rd list item, user is unable to navigate further combobox items with the keyboard.

Log Output, Stack Trace or Screenshots

Image

Priority

High

UI5 Web Components Version

2.5.3

Browser

Chrome, Edge

Operating System

No response

Additional Context

Set it high priority as it blocks user to use keyboard to select combobox items.

Organization

SAP SuccessFactors

Declaration

  • I’m not disclosing any internal or sensitive information.
@GongRichard GongRichard added the bug This issue is a bug in the code label Mar 7, 2025
@Todor-ads Todor-ads self-assigned this Mar 7, 2025
@PetyaMarkovaBogdanova
Copy link
Contributor

Hi team,
because the text of the item "Goal Plan" is entirely contained in the text of two of other combobox items,
in the method _getFirstMatchingItem it is treated as a part of a group and the item navigation is suppressed, when focusing it. Can you, please, check ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug in the code SAP SF TOPIC RL ui5-multi-combobox
Projects
Status: New Issues
Development

No branches or pull requests

4 participants