Closed (fixed)
Project:
View Password
Version:
6.0.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2023 at 10:15 UTC
Updated:
14 Mar 2023 at 18:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
anacolautti commentedThis is probably related to Multiple eye icon.
What browser are you using? and Drupal version? Let me know so I can try to reproduce it.
Thanks!
Comment #3
pmichelazzoHi @anacolautti, thanks to the fast reply.
The problem happens with Firefox and Chrome (at least) and I'm using the latest Drupal 9.x.
I made a change in the password.js file to avoid such problem on my project and it's working. Going a little deep into the context calls, the same file is called two or three times here.
Here is the code.
Again, thanks a lot.
Comment #4
anacolautti commentedHi again!
I was able to reproduce this in D9.5.3. I was not able to reproduce in D10 since the module in use is not yet D10 ready.
Thank you @pmichelazzo for your code. I ended up using the
once()function, based on the last fix on the related issue above (Multiple eye icon...). Adding the patch to this comment.Please someone test this so that I can merge to the development branch and include in the next release.
Comment #5
anacolautti commentedComment #6
pappisHad the same problem with Drupal 9.5.3 and 6.0.2
Applied patch #4 and problem solved.
Comment #7
pmichelazzo@anacolautti
I apply the patch and it's work. Thanks for it.
Regards
Paulino
Comment #8
Jaspreet-Kaur commentedFaced the same problem, after applied #5 patch my problem is resolved,
Thank you so much!!
Comment #11
urvashi_vora commentedI created an MR for #4. Please review.
Thanks
Comment #13
anacolautti commentedThank you very much @urvashi_vora, I really had very little time these past days to close this issue. I just merged the MR.
I'll create a release with this issue fix before the end of next week.
Thank you all!
Comment #14
anacolautti commented