-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
q-tree with tickable nodes traps the keyboard #17603
Comments
Hi @chrisnruud! 👋 It looks like you provided an invalid or unsupported reproduction URL. Without a proper reproduction, your issue will have to get closed. Thank you for your collaboration. 👏 |
I have updated the link to point at the quasar example code |
Are there any updates on this issue? This seems like a real issue to me and I would like to ask if there is any chance on pushing this. |
I'm not sure if this is helpfull for patching the quasar QTree component, but at least this plain JavaScript works for me as a temporary workaround. Maybe we can improve it further (I did not put that much effort in the code. Just wanted some fast fix) :
|
What happened?
When a q-tree with any tick-strategy is present, it will not tab through the tickable boxes and in fact trap the keyboard.
What did you expect to happen?
I would expect to be able to tab to each checkable item and check them, using the keyboard
Reproduction URL
https://github.com/quasarframework/quasar/blob/dev/docs/src/examples/QTree/TickStrategy.vue
How to reproduce?
It is the same in the official docs
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar), Accessibility [a11y] (quasar)
Platforms/Browsers
Firefox, Chrome
Quasar info output
No response
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: