Project

General

Profile

BUG #4097

Updated by Nazmul Hossain Shovon 3 months ago

 
 **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 
 1. Open Sign Up page. 
 2. Use Tab key to focus Password field (tooltip opens). 
 3. Press Tab to move focus away. 

 **Expected Result**   
 Tooltip should close when focus leaves the Password field. 

 **Actual Result**   
 Tooltip remains open. 

 **Attachments**   
 [PoC](https://drive.google.com/file/d/1q8vW-fj7o1llSLukilYAq7oTqdm2OItH/view?usp=sharing) 

 **Types of Issue**   
 Accessibility Issue 

 --- 

 **Root Cause:**   
 lack of tab event handler 

   


 **Impacted Area:**   
 signup form password input

Back