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

[a11y] 11.2.4.3 Focus order #1337

Closed
6 tasks done
tschiebel opened this issue Apr 5, 2024 · 1 comment · Fixed by #1349
Closed
6 tasks done

[a11y] 11.2.4.3 Focus order #1337

tschiebel opened this issue Apr 5, 2024 · 1 comment · Fixed by #1349
Assignees
Labels
Accessibility p3-medium Normal priority Type:bug Something isn't working
Milestone

Comments

@tschiebel
Copy link

tschiebel commented Apr 5, 2024

audit: https://infinite.owncloud.com/s/qSvYucPltEYUhhc

https://github.com/BIK-BITV/BIK-App-Test/tree/main/Pr%C3%BCfschritte/de
https://www.etsi.org/deliver/etsi_en/301500_301599/301549/03.02.01_60/en_301549v030201p.pdf

Personal Space

  • In the test, it was possible to focus non-interactive elements with the keyboard,
    which should be avoided.
    image

Fix: The summary text can no longer be focused with the keyboard.

Shared with me

  • In the test, it was possible to focus the heading "Shared with me" with the keyboard, which should be avoided.
    which should be avoided.

No longer reproduceable as of 12.2.

Shared with others

  • In the test, it was possible to focus the heading "Shared with others" with the keyboard, which should be avoided.
    which should be avoided.

No longer reproduceable as of 12.2.

Spaces

  • In the test, it was possible to focus on the "Spaces" heading using the keyboard, which
    should be avoided.

No longer reproduceable as of 12.2.

Add Account

  • In the test, it was possible to focus the "Add account" heading with the keyboard, which should be avoided.
    which should be avoided.

No longer reproduceable as of 12.2.

Image Viewer

  • In the test, it was possible to focus the heading with the file name using the keyboard.
    which should be avoided.

No longer reproduceable as of 12.2. If the filename can be focused, it now is because it provides access to a popup menu that allows changing to the parent folders of the presented file.

@tschiebel tschiebel added Type:bug Something isn't working p3-medium Normal priority Accessibility labels Apr 5, 2024
@TheOneRing TheOneRing added this to the 12.3-Next milestone May 21, 2024
@felix-schwarz felix-schwarz self-assigned this May 21, 2024
felix-schwarz added a commit that referenced this issue May 22, 2024
…reach them via the keyboard (similar to issue in #1336)

- DriveHeaderCell: replace hardcoded background color for darkBackgroundView with new "semicover" CSS selector and ThemeCSSView
- DriveGridCell: dynamically change CSS selectors based on focused state and trigger color updates (enabling fix for #1338)
- SavedSearchCell: make side button actions (typically "Add to sidebar") accessible as custom accessibility action
- UniversalItemListCell: reflect .isFocused state changes in the CSS selectors of the primary and secondary detail views
- ComposedMessageView: opt-out of keyboard focus (see #1337)
- OCAction+UIAction: add method to derive a UIAccessibilityCustomAction from an OCAction
- SegmentView: re-create and layout item views if CSS selectors change
- ThemeCSS: add new .focused selector
- ThemeCollection: add new records for focused state of UniversalItemListCell (to fix contrast of secondary line, see #1338) and drive grid cell (to clearly distinguish focused and unfocused states, see #1338)
@felix-schwarz felix-schwarz linked a pull request May 23, 2024 that will close this issue
3 tasks
@jesmrec
Copy link
Contributor

jesmrec commented May 29, 2024

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accessibility p3-medium Normal priority Type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants