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

[ui5-combobox]: infinite loop error on mobile devices #9031

Closed
1 task done
ndeshev opened this issue May 22, 2024 · 0 comments · Fixed by #9055
Closed
1 task done

[ui5-combobox]: infinite loop error on mobile devices #9031

ndeshev opened this issue May 22, 2024 · 0 comments · Fixed by #9055
Assignees
Labels
bug This issue is a bug in the code High Prio TOPIC RL

Comments

@ndeshev
Copy link
Contributor

ndeshev commented May 22, 2024

Bug Description

ui5-combobox with suggestions and value state causes infinite loop error on mobile devices.

The issue is most likely related to the check in Input.ts in get hasValueStateMessage() on line #1545 which seems to be insufficient in the context of the ui5-input used in the combobox dialog

Affected Component

ui5-combobox

Expected Behaviour

The component with suggestions and value state to be usable on mobile devices

Steps to Reproduce

  1. Go to https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/ComboBox.html
  2. Switch to mobile device mode and open the ComboBox with suggestions and value state example
  3. In the console you will see error reports for exceeded maximum callstack size
    ...
image

Priority

High

UI5 Web Components Version

Nightly

Browser

Chrome

Declaration

  • I’m not disclosing any internal or sensitive information.
@ndeshev ndeshev added bug This issue is a bug in the code TOPIC RL High Prio labels May 22, 2024
@ndeshev ndeshev added this to New Issues in Maintenance - Topic RL via automation May 22, 2024
@ndeshev ndeshev assigned ndeshev and niyap and unassigned ndeshev May 22, 2024
@niyap niyap moved this from New Issues to In progress in Maintenance - Topic RL May 23, 2024
@TeodorTaushanov TeodorTaushanov self-assigned this May 27, 2024
Maintenance - Topic RL automation moved this from In progress to Completed May 29, 2024
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 High Prio TOPIC RL
Projects
Development

Successfully merging a pull request may close this issue.

3 participants