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-combobox): remove the cloning of the value state message #9384

Merged
merged 3 commits into from
Jul 16, 2024

Conversation

ndeshev
Copy link
Contributor

@ndeshev ndeshev commented Jul 3, 2024

related to #9347

@ndeshev ndeshev requested review from nikoletavnv and MapTo0 July 3, 2024 13:30
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.

I noticed that when a value state message has a link, the link can not be clicked because the value state popup is closing (with the items picker it works fine). The issue is in the _focusout method - there is a check if the item to be focused is contained in the items picker or in the vsm popup. Now the value state is not cloned in the popup, the variable "focusedOutToValueState" is always false and the popup closes before the link is actually clicked - lines 524-530

@ndeshev ndeshev merged commit a24c6b7 into main Jul 16, 2024
10 checks passed
@ndeshev ndeshev deleted the vsm-remove-cloning branch July 16, 2024 12:51
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