-
Notifications
You must be signed in to change notification settings - Fork 42
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
Bugfix/dropdown voice over bug #2303
Conversation
…e navigation inside the Popover doesn't work. This affects Datepicker, Dropdown, Timeline and the Popover components, but appears to cause no bugs. Ref: https://nav-it.slack.com/archives/C7NE7A8UF/p1694158816166729
🦋 Changeset detectedLatest commit: 3d04aef The changes in this PR will be included in the next version bump. This PR includes changesets to release 7 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Storybook demof37d3b956 | 58 komponenter | 374 stories |
…own tabIndex="-1", which we need to get rid of.
Prøvde å grave litt i hvorfor tabIndex er satt til -1 i floatingUi-koden, men fant ingenting konkret. Har en mistanke om at det bare er satt til default siden de har løsninger som kan nestes og da bytter mellom tabIndex -1 og 0 for rowing tabindex. |
Screen.Recording.2023-09-22.at.09.59.57.movSkjer noe rart med Timeline-popover og interaktive elementer. Virker som klikk ikke alltid blir capturet ved klikk på både knapp og utenfor knapp 🤔 |
…on, reducing the amount of code we need to change.
Description
Fix VoiceOver navigation issue inside Popover (and through inheritance in Dropdown, Datepicker and Timeline)
Change summary