Project

General

Profile

BUG #4090

Updated by Nazmul Hossain Shovon 3 months ago

**Issue Description**   
 On the **Sign Up** page, when a user hovers over the **eye icon** in the **Password** field, no **tooltip or label** is displayed to indicate **“Show password”** or **“Hide password”**. Additionally, the **black hover effect** that is present on the **Confirm Password** eye icon is missing for the Password field, causing an inconsistent UI experience. 

 **Module / Page**   
 Sign Up 

 **Module Section**   
 Password Field 

 **Screen Size**   
 All Devices 


 --- 

 #### Steps to Reproduce 
 1. Navigate to the **Sign Up** page. 
 2. Locate the **Password** input field. 
 3. Hover the mouse over the **eye (visibility) icon** in the Password field. 
 4. Compare the behavior with the **Confirm Password** field’s eye icon. 

 **Expected Result**   
 - A tooltip or label such as **“Show password”** or **“Hide password”** should be displayed on hover.   
 - A **black hover effect** should appear, consistent with the Confirm Password field. 

 **Actual Result**   
 - No tooltip or label is shown on hover.   
 - No black hover effect is visible for the Password field eye icon, unlike the Confirm Password field. 

 **Attachments**   
 [PoC](https://drive.google.com/file/d/1FrMSjeIx5uTu71_m1n3i65xdmydgTbbq/view) 

 **Types of Issue**   
 UI Issue 

 --- 

 **Root Cause:**   
 lack of tooltip 

   


 **Impacted Area:**   
 password visibility toggle

Back