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

fix(ui): remove double focus for tab navigation on message input #1761

Merged
merged 3 commits into from
Feb 20, 2024

Conversation

edeetee
Copy link
Contributor

@edeetee edeetee commented Nov 1, 2023

Remove unused focus for accessibility

Submit a pull request

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)

Description of the pull request

The focus elements are causing accessibility users to tab twice in order to reach the text. This removes them from the traversal tree. Why are they here anyway? Just to capture keyboard events?

Remove unused focus for accessibility
@edeetee edeetee changed the title Update stream_message_input.dart Remove double focus for tab navigation on message input Nov 1, 2023
@esarbanis esarbanis changed the base branch from develop to master December 4, 2023 15:08
@esarbanis
Copy link
Contributor

Hi @edeetee , thank you for spotting this. Can you please resolve the conflicts?

esarbanis
esarbanis previously approved these changes Feb 20, 2024
Copy link
Contributor

@esarbanis esarbanis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@esarbanis esarbanis changed the title Remove double focus for tab navigation on message input fix(ui): remove double focus for tab navigation on message input Feb 20, 2024
Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5f4e2fa) 59.18% compared to head (2633484) 59.18%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1761   +/-   ##
=======================================
  Coverage   59.18%   59.18%           
=======================================
  Files         310      310           
  Lines       17828    17828           
=======================================
  Hits        10552    10552           
  Misses       7276     7276           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@esarbanis esarbanis merged commit 35d338e into GetStream:master Feb 20, 2024
15 checks passed
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.

None yet

2 participants