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 components]: Issues in test pages #9446

Closed
1 task done
nikoletavnv opened this issue Jul 10, 2024 · 0 comments · Fixed by #9506
Closed
1 task done

[input components]: Issues in test pages #9446

nikoletavnv opened this issue Jul 10, 2024 · 0 comments · Fixed by #9506
Assignees
Labels

Comments

@nikoletavnv
Copy link
Member

Bug Description

Here is a list of the test pages and samples that need fixing:

  1. ui5-input

Test page sample (https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/Input.html) "Input with disabled autocomplete and preventable suggestion select" does not work as expected. Every suggestion item can be selected.

  1. ui5-input

The test page https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/InputsLazyLoading.html have some samples like input with "Hardcoded items" where the suggestion items are not correct. Currently they are:

<ui5-suggestion-item>Dryanovo</ui5-suggestion-item>

They have to be:

<ui5-suggestion-item text="Dryanovo"></ui5-suggestion-item>

  1. ui5-input

Test page https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/Input_quickview.html - sample "Test mouseover on item" - attaching mouseover event listener on a suggestion item does not work. The attached function is not executed on mouse over.

  1. ui5-multi-input

Test page https://sap.github.io/ui5-webcomponents/nightly/packages/main/test/pages/MultiInput.html - sample "Create tokens on change and on paste" - The event listener is attached to "ui5-paste" event and is not executed. When I change the event listener to listen for "paste" - it works.

Affected Component

ui5-input, ui5-multi-input

Expected Behaviour

No response

Isolated Example

No response

Steps to Reproduce

...

Log Output, Stack Trace or Screenshots

No response

Priority

Low

UI5 Web Components Version

2.0.1

Browser

Chrome

Operating System

Windows

Additional Context

No response

Organization

No response

Declaration

  • I’m not disclosing any internal or sensitive information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Completed
Development

Successfully merging a pull request may close this issue.

1 participant