Skip to content
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

[Bug]: Listbox multiple + orientation horizontal wrong ARIA attributes #1297

Closed
ploca14 opened this issue Sep 16, 2024 · 0 comments · Fixed by #1300
Closed

[Bug]: Listbox multiple + orientation horizontal wrong ARIA attributes #1297

ploca14 opened this issue Sep 16, 2024 · 0 comments · Fixed by #1300
Assignees
Labels
bug Something isn't working

Comments

@ploca14
Copy link

ploca14 commented Sep 16, 2024

Environment

Developement/Production OS: Windows 10 19043.1110
Node version: 16.0.0
Package manager: [email protected]
Radix Vue version: 1.0.0
Vue version: 3.0.0
Nuxt version: 3.0.0
Nuxt mode: universal
Nuxt target: server
CSS framework: [email protected]
Client OS: Windows 10 19043.1110
Browser: Chrome 90.0.4430.212

Link to minimal reproduction

https://stackblitz.com/edit/q1zkkq?file=src%2FApp.vue

Steps to reproduce

Using the Listbox component with multiple and orientation="horizontal"

Inspect the Computed Properties of the role="listbox" element in the Accessibility tab in Chrome Devtools:

image

Describe the bug

Multi-selectable is false
and Orientation is vertical

Expected behavior

Multi-selectable is true
and Orientation is horizontal

Context & Screenshots (if applicable)

No response

@ploca14 ploca14 added the bug Something isn't working label Sep 16, 2024
@ploca14 ploca14 changed the title [Bug]: Listbox orientation horizontal wrong ARIA attributes [Bug]: Listbox multiple + orientation horizontal wrong ARIA attributes Sep 16, 2024
@zernonia zernonia self-assigned this Sep 18, 2024
@zernonia zernonia linked a pull request Sep 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants