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

[Input][SuggestionItem]: Suggestion items are not keyboard accessible on smaller screens. #11183

Open
1 task done
bonnieso opened this issue Mar 25, 2025 · 3 comments
Open
1 task done
Labels
author action bug This issue is a bug in the code SAP SF

Comments

@bonnieso
Copy link

bonnieso commented Mar 25, 2025

Bug Description

Users on small screens can only bring up the suggestion items list by clicking on the input element. When a keyboard user types on a small screen, the suggestion items list don't show up.

Affected Component

Input

Expected Behaviour

It is expected that the keyboard user should be able to bring up the suggestion items list on small screens.

Isolated Example

https://tinyurl.com/2ypt472a

Steps to Reproduce

  1. Open the example in a browser window that is smaller than 600px.
  2. Using your keyboard, tab to the input field and type something.
  3. Observe that the suggestion items list does not open.

Log Output, Stack Trace or Screenshots

No response

Priority

Medium

UI5 Web Components Version

2.8.0

Browser

Chrome

Operating System

No response

Additional Context

No response

Organization

SAP SuccessFactors

Declaration

  • I’m not disclosing any internal or sensitive information.
@bonnieso bonnieso added the bug This issue is a bug in the code label Mar 25, 2025
@s-todorova s-todorova self-assigned this Mar 26, 2025
@s-todorova
Copy link
Contributor

Hello @bonnieso,

I am unable to reproduce the issue no matter how small i make the browser window. Could you provide more detailed instructions on how you are able to reproduce the problem - is 600px width or height wise?

I tested with a 310x233 actual area screen and the suggestions show up:

Image

Best regards,
Siyana

@bonnieso
Copy link
Author

Hi @s-todorova ,

If you open Chrome developer tools and click the "Toggle device toolbar" icon on the top left and set the screen dimensions to a smaller width, you should be see the issue.

Best,
Bonnie

@s-todorova
Copy link
Contributor

Hi @bonnieso,

Even with this approach I am unable to reproduce the issue:

Image

If you can provide any more details about how to reproduce it, please do, otherwise we will have to close this as non-reproducible.

Best,
Siyana

@s-todorova s-todorova removed their assignment Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author action bug This issue is a bug in the code SAP SF
Projects
None yet
Development

No branches or pull requests

3 participants