-
Notifications
You must be signed in to change notification settings - Fork 67
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
react-focus-lock breaks password managers' autofill features #245
Comments
👋 hello Julia. This is another reminder how bad I am with the documentation 😭 Anyway - your issue seems to be quite close to #213. Here what you can do:
The idea is following
This is not something ease to implement:
This is all I can help with. Good luck. |
Hi, thanks a lot for the advice! It seems the |
|
Oh uhm then for some reason it's not working (I tried adding this attribute to our iframe but it didn't fix the problem). |
Looking at the source code, it would seem this attribute is saved in a constant called |
Correct. And later it used in It's more that possible that you trigger other parts of it. That would be interesting to know what exactly is happening, but there is only one way it should work – if as per documentation and my own understanding I'll correct code. |
This issue has been marked as "stale" because there has been no activity for 2 months. If you have any new information or would like to continue the discussion, please feel free to do so. If this issue got buried among other tasks, maybe this message will reignite the conversation. Otherwise, this issue will be closed in 7 days. Thank you for your contributions so far. |
Hi, I'm a software engineer working on a password manager application. We recently received a complaint from a user who couldn't use our autofill features properly on ticketmaster.com. Upon investigation it seems their login form uses the react-focus-lock package, so when the user tries to interact with our autofill webcards, the focus moves immediately back to the login form.
I was wondering if there is any workaround to the focus lock that we could use? If not, is this something you might consider including as a feature in the future?
For clarification: our autofill displays webcards to let the user choose a credential to autofill with and they sometimes need to type something in it (it's the typing part that doesn't work). These webcards live inside an iframe that is appended at the end of the html, so it's always outside of the focus-locked form.
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: