Skip to content

fix: infinite focus loop #1168

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 1 commit into
base: main
Choose a base branch
from
Open

Conversation

gtk-grafana
Copy link
Contributor

@gtk-grafana gtk-grafana commented Jun 25, 2025

Fixes: #1167

@@ -616,7 +616,7 @@ export const AdHocCombobox = forwardRef(function AdHocCombobox(
{optionsLoading ? <Spinner className={styles.loadingIndicator} inline={true} /> : null}
<FloatingPortal>
{open && (
<FloatingFocusManager context={context} initialFocus={-1} visuallyHiddenDismiss modal={false}>
<FloatingFocusManager context={context} initialFocus={-1} visuallyHiddenDismiss modal={true}>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Sergej-Vlasov do you remember if there was a reason this prop was set to false?

@gtk-grafana gtk-grafana marked this pull request as ready for review June 25, 2025 19:42
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.

AdHocFiltersCombobox: tab navigation in Grafana Drawer crashes browser
1 participant