Skip to content

Conversation

@NakataCode
Copy link
Contributor

Issue:
The focusin event was being stopped with e.stopImmediatePropagation() if it didn’t originate from specific trigger elements, preventing the event from bubbling and limiting focus tracking at the parent level.

Solution:
Removed e.stopImmediatePropagation() in cases where the event source is outside trigger elements, allowing the focusin event to bubble as expected.

Fixes: #9787

@NakataCode NakataCode marked this pull request as ready for review November 27, 2024 13:45
@NakataCode NakataCode merged commit 3b6cc84 into main Nov 28, 2024
10 checks passed
@NakataCode NakataCode deleted the list-focus-bubbling branch November 28, 2024 08:34
@ui5-webcomponents-bot
Copy link
Collaborator

🎉 This PR is included in version v2.5.0-rc.3 🎉

The release is available on v2.5.0-rc.3

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

List: focusin event doesn't bubble

5 participants