This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 972
bitwarden: Site autofill doesn't work #10140
Comments
See #10202 for more details, but this is happening because of missing APIs on |
Working on this now with @kevinlawler. We've identified the needed fix, and are working towards resolving. |
The following resolves this issue, but likely isn't ideal. @kevinlawler, can you suggest a better place to make a similar modification? diff --git a/js/contextMenus.js b/js/contextMenus.js
index 7095bd4..5555868 100644
--- a/js/contextMenus.js
+++ b/js/contextMenus.js
@@ -1174,6 +1174,9 @@ function mainTemplateInit (nodeProps, frame, tab) {
label: extensionContextMenu.properties.title,
click: (item, focusedWindow) => {
if (focusedWindow) {
+ if (extensionContextMenu.properties.parentId) {
+ info.parentMenuItemId = extensionContextMenu.properties.parentId
+ }
extensionActions.contextMenuClicked(
extensionContextMenu.extensionId, frame.get('tabId'), info)
} |
Seems fine to me. If there's a better place I don't know where it is. |
@kevinlawler I'm going to look at adding it here:
|
@jonathansampson extensionState would be the perfect place to add. |
@darkdh Working on adding it there. I just issued a PR to first optimize much of extensionState, and assigned it to you for review :) |
I believe I now have a fix for this, and will be opening a PR momentarily. |
5 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
bitwarden: Site autofill doesn't work
Platform (Win7, 8, 10? macOS? Linux distro?):
Windows 10 x64
Brave Version (revision SHA):
Steps to reproduce:
Actual result:
Site autofill doesn't work
Expected result:
Should autofill credentials and login
Will the steps above reproduce in a fresh profile? If not what other info can be added?
Yes
Is this an issue in the currently released version?
N/A
Can this issue be consistently reproduced?
Yes
Extra QA steps:
1.
2.
3.
Screenshot if needed:
Any related issues:
The text was updated successfully, but these errors were encountered: