- 🇺🇸United States bnjmnm Ann Arbor, MI
- 🇷🇺Russia Chi
@bnjmnm, That's correct, but patch #61 made the problem outlined in 🐛 Claro: Wrong background for active vertical tab Fixed much more noticeable. I propose we postpone this issue till 🐛 Claro: Wrong background for active vertical tab Fixed is resolved.
- Status changed to Needs work
over 1 year ago 3:07pm 28 February 2023 - 🇺🇸United States smustgrave
Testing patch #61 on /admin/structure/block/manage/claro_page_title
Notice the aria-expanded and aria-pressed still remain false. - Status changed to Needs review
over 1 year ago 6:36pm 29 March 2023 - 🇺🇸United States bnjmnm Ann Arbor, MI
#69 is expected behavior. When vertical tabs are visible, the details and summary elements are hidden and inert and the attributes should not change. I updated the issue summary to clarify this.
Also, 🐛 Claro: Wrong background for active vertical tab Fixed is complete.
- Status changed to RTBC
over 1 year ago 7:32pm 6 April 2023 - 🇺🇸United States smustgrave
For accessibility rule
Tested on /admin/structure/block by adding a block
I can tab to vertical tabs and using my up/down arrows cycle through them.
Pressing enter opens the tab and moves focus to the first focusable element.
aria-selected attribute correctly updates.
The "a" tag for each tab aria-controls correctly points to the aria-own attributes with matching values.
The "a" tag that is active currently has tabindex="0" while the rest are -1Also tested on /admin/config/content/formats/manage/full_html where 2 tab groups exists and had no issues of focus going to the wrong group,
Going to mark this and ask #accessibility channel if my review was good enough.
@bnjmnm you tagged for follow up 2 years ago that still needed?
- Status changed to Needs work
over 1 year ago 3:21pm 7 April 2023 - 🇺🇸United States benjifisher Boston area
We discussed this issue briefly at 📌 Drupal Usability Meeting 2023-04-07 Fixed . That issue will have a link to a recording of the meeting.
For the record, the attendees at today's usability meeting were @benjifisher, @mgifford, @rkoller, @simohell, and @swirt.
We were not sure exactly what was supposed to change, since we did not follow the links in the "Proposed resolution" section of the issue summary. But we did notice one problem with vertical tabs in the block configuration page (same as the screenshot from Issue #63).
- Use the mouse to select the Pages vertical tab.
- Tab to select Roles.
- Enter to select the vertical tab. Focus shifts to the checkboxes in that tab.
- Shift-tab. The focus goes to the last vertical tab (Vocabulary).
In Step 4, we expected the focus to return to Roles, not Vocabulary. We saw the same behavior with or without the patch from Comment #61.
I am setting the issue status to NW to consider this behavior. If the actual behavior is what we want, or if it is out of scope for this issue, then feel free to change the status back to RTBC.