You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the call site, matchResult.mostRelevantFormIndex is null and matchResult.entries is [[]], an array of an empty array.
For context, this is a site with separate email and password pages, a JavaScript history transition between the two (as opposed to the email form doing a HTTP submission), and a password field with a random ID each time (which prevents me from teaching Kee to fill it automatically).
As it stands, I have to manually copy the password from the popup UI or KeePass itself and paste it, which is a bit cumbersome.
Trying to fill a password field with an entry via the right-click menu or the extension popup UI throws:
This appears to be happening at the filter chain inside
sortMatchedEntries
:browser-addon/src/page/formFilling.ts
Lines 896 to 898 in 4bd94e2
browser-addon/src/page/formFilling.ts
Lines 1194 to 1198 in 4bd94e2
At the call site,
matchResult.mostRelevantFormIndex
isnull
andmatchResult.entries
is[[]]
, an array of an empty array.For context, this is a site with separate email and password pages, a JavaScript history transition between the two (as opposed to the email form doing a HTTP submission), and a password field with a random ID each time (which prevents me from teaching Kee to fill it automatically).
As it stands, I have to manually copy the password from the popup UI or KeePass itself and paste it, which is a bit cumbersome.
Versions: KeePass 2.57.1, KeePassRPC 2.0.2.0, Firefox 133.0b6, Kee 4.0.7
The text was updated successfully, but these errors were encountered: