Skip to content

fix(a11y): make links focusable with keyboard (#1591)#2060

Open
gauravsaini wants to merge 1 commit into
ubuntu:mainfrom
gauravsaini:fix/a11y-links-focusable-1591
Open

fix(a11y): make links focusable with keyboard (#1591)#2060
gauravsaini wants to merge 1 commit into
ubuntu:mainfrom
gauravsaini:fix/a11y-links-focusable-1591

Conversation

@gauravsaini

Copy link
Copy Markdown

Summary

Root Cause

The SelectionArea widget in app_info_bar.dart had focusNode: FocusNode(canRequestFocus: false), which prevented child widgets (including hyperlinks) from receiving keyboard focus.

Fix

Removed the canRequestFocus: false restriction from SelectionArea so that child hyperlinks can receive focus via keyboard navigation.

Remove canRequestFocus:false from SelectionArea in app info bar
so that hyperlinks can receive keyboard focus and be accessible
to screen readers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Links are not focusable and thus are inaccessible to keyboard/screen reader users

1 participant