Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: primereact #5905, Password: Hand/Pointer icon not displayed while hovering over the eye icon in password ToggleMask mode #5906

Closed
wants to merge 1 commit into from

Conversation

akshayaqburst
Copy link
Contributor

@akshayaqburst akshayaqburst commented Feb 6, 2024

Defect Fixes

fix #5905, Password: Hand/Pointer icon not displayed while hovering over the eye icon in password ToggleMask mode

…layed while hovering over the eye icon in password ToggleMask mode
Copy link

vercel bot commented Feb 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
primereact ⬜️ Ignored (Inspect) Visit Preview Feb 6, 2024 7:58am
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Feb 6, 2024 7:58am

@@ -262,6 +262,7 @@ const iconStyles = `
svg.p-icon {
pointer-events: auto;
cursor: pointer;
Copy link
Member

Choose a reason for hiding this comment

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

This would set it on ALL icons and a lot of icons are not clickable.

Copy link
Member

Choose a reason for hiding this comment

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

I think this fix needs to be made in Password.js or PasswordBase.js

@melloware
Copy link
Member

See my PR this was a little more invasive to do it the right way: #5912

@melloware melloware closed this Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Password: Hand/Pointer icon not displayed while hovering over the eye icon in password ToggleMask mode
3 participants