-
-
Notifications
You must be signed in to change notification settings - Fork 750
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
a11y - edit page - sidebar objectBrowser button - cms ui #5221
Comments
Hello @Wagner3UB I want to contribute in this project, I looked into the issue and reproduced it, I was going thorough the codebase to solve this issue and I could not find where keyboard handlers are assigned. src/components/manage/Sidebar/ObjectBrowserBody.jsx > as we can see here the handler just focus and doesn't opens the menu so Is there anywhere else where this keyboard navigation is handled? If not and you know how can I fix this please help me as I'm new to open source and really want to contribute. |
@ASCE-D please read and follow Contributing to Plone and First-time contributors |
Going to use this comment to think out-loud about the current and potential expected behaviour of the object browser widget: Current
Expected
|
Describe the bug
The objectBrowser button to access the "choose target", besides lacking an associated label and a correct role, unexpected open when focused via keyboard pressing Tab or Shift+Tab. The focus disappears, and there is no keyboard-based exit "choose target", is a blocking issue.
To Reproduce
Steps to reproduce the behavior:
1- Go to https://demo.plone.org/edit
2- enter in edit mode by clicking on the edit button (top-left)
3- Press inside the right sidebar
5- Navigate using tab key until find a objectBrowser button
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
https://github.com/plone/volto/assets/60133113/9e21b4a5-833b-4f12-b6b2-18f5e976db92
The text was updated successfully, but these errors were encountered: