Skip to content

IBX-10064: Fix notification close removes focus from dropdown #1597

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

Open
wants to merge 2 commits into
base: 4.6
Choose a base branch
from

Conversation

tischsoic
Copy link
Contributor

🎫 Issue IBX-10064

Description:

For QA:

Documentation:

@tischsoic tischsoic requested a review from a team June 13, 2025 06:40
@tischsoic tischsoic self-assigned this Jun 13, 2025
@ezrobot ezrobot requested review from GrabowskiM, dew326, OstafinL, RopRaptor and albozek and removed request for a team June 13, 2025 06:40
@@ -32,7 +32,9 @@
notificationsContainer.append(notificationNode);

if (timeout) {
global.setTimeout(() => notificationNode.querySelector('.ibexa-alert__close-btn').click(), timeout);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note: clicking on this button causes it to focus, which means that the focus was taken (if present on any) from another element. In case of a reported bug, the other element was the dropdown.

@tischsoic tischsoic changed the base branch from main to 4.6 July 11, 2025 10:33
Copy link

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

Successfully merging this pull request may close these issues.

4 participants