-
Notifications
You must be signed in to change notification settings - Fork 4
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
Password reveal button not always placed correctly #22
Comments
I've encountered this a lot. It would be nice if this could be disabled via a setting as well--I generally don't use that button in favor of the url bar toggle. |
I haven't had much time to work on the extension recently, I'll look into adding an option to disable the reveal button, as fixing the positioning is rather harder than adding another option. |
I can maybe poke at it if you give me a bit of guidance on where to look. |
The button is implemented by hand using some javascript in passwordhasherplus/content-script.js Lines 57 to 85 in b9c7f7c
A new option can be implemented in |
I created #23 to have an option to disable the button and I'm working on fixing the styles to just anchor it to the bottom right corner. I just need to finish testing my changes, then I'll have a PR for that too. |
@lord2800 thanks for the contributions, I'll try to have a look ASAP |
On it! |
While #25 and #28 improve the positioning on some pages, others still struggle, e.g. gitlab.com: I'm going to leave this issue open for now, in case someone (or myself when I'm bored enough) can try to come up with a better way. I think what's missing is that the |
I'll see what I can do! Knowing that gitlab has an issue still makes it easier for me to test out different solutions. |
Interesting. I explicitly tested there too. :( |
maybe my changes to make it work on my default test (https://store.steampowered.com/login/?redir=&redir_ssl=1) (cf. #28) broke it on Google again, but that just shows that it's really tricky to get this right in all cases :( |
After removing the dependency on jquery for the whole extension, my custom password reveal button is not always positioned correctly in relation to the password field.
Goals
The text was updated successfully, but these errors were encountered: