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

fix(ui5-multi-combobox): remove the cloning of the value state message #9391

Merged
merged 2 commits into from
Jul 5, 2024

Conversation

ndeshev
Copy link
Contributor

@ndeshev ndeshev commented Jul 4, 2024

related to: #9347

Copy link
Member

@nikoletavnv nikoletavnv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When a value state message has a link, the link can not be clicked because the value state popup closes. The issue is in the inputFocusOut method in the check if the focus is moved to the value state message. Now the value state is not cloned in the popup and the variable "focusIsGoingInValueStatePopup" is false when the link is clicked.

packages/main/test/specs/MultiComboBox.spec.js Outdated Show resolved Hide resolved
@ndeshev ndeshev merged commit 68ea4af into main Jul 5, 2024
10 checks passed
@nnaydenow nnaydenow deleted the mcb-vsm-clone-removal branch August 2, 2024 06:53
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.

2 participants