Actions
BUG #4097
opendev #4299: [SQA] : Auth module
[SQA] Password requirements tooltip does not close when navigating with Tab
Start date:
01/21/2026
Due date:
% Done:
100%
Estimated time:
Description
Issue Description
Using keyboard navigation, when focus is on the Password field, the password requirements tooltip opens and does not close when the user presses Tab to move to next/previous field.
Module / Page
Sign Up
Module Section
Password Field Tooltip
Screen Size
All Devices
Steps to Reproduce¶
- Open Sign Up page.
- Use Tab key to focus Password field (tooltip opens).
- Press Tab to move focus away.
Expected Result
Tooltip should close when focus leaves the Password field.
Actual Result
Tooltip remains open.
Attachments
PoC
Types of Issue
Accessibility Issue
Root Cause:
lack of tab event handler
Impacted Area:
signup form password input
Actions