Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Password manager: Fix tabbing between text fields #3842

Conversation

noisysocks
Copy link
Collaborator

Task/Issue URL: https://app.asana.com/0/1209121419454298/1204477720783181

Description:

Fix tabbing between text fields in the password manager by manually recalculating key view loop in PasswordManagementViewController. This isn't done automatically as MainWindow disables autorecalculatesKeyViewLoop.

Optional E2E tests:

  • Run PIR E2E tests
    Check this to run the Personal Information Removal end to end tests. If updating CCF, or any PIR related code, tick this.

Steps to test this PR:

  1. Click Open application menu (⋯)
  2. Click Passwords & Autofill
  3. Click Add item (+)
  4. Select any type of item, e.g. Password
  5. Focus on a text field, e.g. the title field
  6. Press Tab
  7. Focus should move to the next text field.

Definition of Done:


Internal references:

Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation

Fix tabbing between text fields in the password manager by manually
recalculating key view loop in PasswordManagementViewController. This
isn't done automatically as MainWindow disables
autorecalculatesKeyViewLoop.
Copy link
Contributor

@amddg44 amddg44 left a comment

Choose a reason for hiding this comment

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

LGTM!

@noisysocks
Copy link
Collaborator Author

Thanks @amddg44. Recreating the PR to not use a fork so that tests run: #3857

@noisysocks noisysocks closed this Feb 11, 2025
@noisysocks noisysocks deleted the noisysocks/fix-tabbing-in-passwords-manager branch February 11, 2025 00:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants