Skip to content

fix: allow keyboard focus on search back action [WPB-14778]#4965

Merged
Garzas merged 2 commits into
developfrom
fix/search-top-bar-back-focus
Jun 15, 2026
Merged

fix: allow keyboard focus on search back action [WPB-14778]#4965
Garzas merged 2 commits into
developfrom
fix/search-top-bar-back-focus

Conversation

@Garzas

@Garzas Garzas commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

https://wearezeta.atlassian.net/browse/WPB-14778


PR Submission Checklist for internal contributors

  • The PR Title

    • conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow²
    • contains a reference JIRA issue number like SQPIT-764
    • answers the question: If merged, this PR will: ... ³
  • The PR Description

    • is free of optional paragraphs and you have filled the relevant parts to the best of your ability

What's new in this PR?

Fixed keyboard navigation in active search fields so the back arrow can be focused and activated without using a mouse.

Issues

When searching for people, keyboard users could type and clear text, but could not move focus to the search back arrow. The only keyboard way to exit search was Esc.

Solutions

Updated SearchTopBar so active search input can move focus to the back arrow with keyboard navigation, including Shift+Tab and left arrow when the cursor is at the start of the text.

@Garzas Garzas requested review from saleniuk and sbakhtiarov June 15, 2026 04:01
@Garzas Garzas self-assigned this Jun 15, 2026
@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.93%. Comparing base (6e68f67) to head (857b625).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #4965   +/-   ##
========================================
  Coverage    48.93%   48.93%           
========================================
  Files          643      643           
  Lines        23030    23030           
  Branches      3519     3519           
========================================
  Hits         11270    11270           
  Misses       10715    10715           
  Partials      1045     1045           

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6e68f67...857b625. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sonarqubecloud

Copy link
Copy Markdown

@Garzas Garzas added this pull request to the merge queue Jun 15, 2026
Merged via the queue into develop with commit fc539c3 Jun 15, 2026
20 checks passed
@Garzas Garzas deleted the fix/search-top-bar-back-focus branch June 15, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants