Skip to content

fix(ui5-combobox): show focus outline on list item mousedown#13449

Open
ivoplashkov wants to merge 1 commit intomainfrom
fix/combobox-focus-outline
Open

fix(ui5-combobox): show focus outline on list item mousedown#13449
ivoplashkov wants to merge 1 commit intomainfrom
fix/combobox-focus-outline

Conversation

@ivoplashkov
Copy link
Copy Markdown
Contributor

Set the focused property on the clicked list item during mousedown so the CSS [focused] attribute selector shows the focus outline. preventDefault() is kept to avoid spurious focusout events on the input.

FIXES: #13444

Set the focused property on the clicked list item during mousedown
so the CSS [focused] attribute selector shows the focus outline.
preventDefault() is kept to avoid spurious focusout events on the input.

Fixes #13444
@ui5-webcomponents-bot
Copy link
Copy Markdown
Collaborator

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview May 4, 2026 05:39 Inactive
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.

[ComboBox]: Missing Focus Outline

2 participants