-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
Auto-fill will be applied if related credentials are available #2409
base: develop
Are you sure you want to change the base?
Conversation
feat: support multi auto fill
Could you describe in more details what this fix actually does? What is the error that happens, and what is that is expected to happen? |
Yes. It will auto fill with related credential, but won't submit. User still can select others. |
This looks at the previously submitted login id, so is this valid only for passwords? That should be already covered. |
It's valid for username and passwords.
|
What's still unclear:
|
Configuration description needs to be updated, or set a new configuration ?
pageUuid is updated when relevant credentials are selected, previously available functionality
same with filling a single credential current now. |
If you just go to any page, this feature will not work even if there are multiple credentials, because none have been selected before, right? So there must be some kind of situation where this works, and for some it does not work. |
Yes, because the pageUuid is cleared when the browser is closed. Most of the time, the first credential is not the relevant one, so it will not automatically fill the first option. |
So my question is: if in that case none of the credentials are selected, in what scenario this added feature works as it should and fills the first "relevant" credential? |
Then there should be a checkbox under that option that allows filling the relevant credential automatically. It shouldn't affect to the "fill single credential" option. |
As I said in my previous message, that option is related to the combobox selection in another section. Its place is not here. Use AI to translate..? What? Do not include any translations to PR's. Those are handled via Transifex. |
…dential entries" This reverts commit f940543.
Do you mean to move under "Sort credentials after fill by" ? |
Yes, but the select element's help text should be left under the selection. The new option should be below as its own. |
My question still is that where does this feature works if I enable the option? The internal login ID is only set after filling the credentials, and this option assumes the most relevant credential is automatically filled. If it hasn't been filled before, the sorting hasn't been even done at the first place. I would understand this if it's only limited to passwords after username has been filled. |
The sole purpose is to avoid re-selecting from the credential list if the previously used credential is chosen. When there are multiple credentials, users previously needed to select one. Now, if the last-used credential is being used, no selection is needed. However, if a different credential is required, users will still need to make a selection. |
@varjolintu Should I submit translations in en/messages.json? |
Yes. That's the only place where new strings/messages are needed. |
Is there some site I can reliably test this feature? |
google.com? |
If 'Auto-fill single credential entry' is selected, when multiple credentials are returned, it will also auto-fill the related credentials when available.