-
Notifications
You must be signed in to change notification settings - Fork 973
bitwarden: chrome.windows.onFocusChanged not supported #7830
Comments
Related code for this function: https://github.com/bitwarden/browser/blob/master/src/background.js#L305 |
If we're not able to resolve this, we'll have to hide this in our UI for now (and create a follow up task to re-enable in the future). I'm not sure about next steps for debugging |
@bsclifton If there was a reliable way for me to detect brave I could add some conditionals around this feature. Additionally, what is the method for debugging the background page for a web extension in brave? I could try to take a look at what is happening. This works fine in all of our other browsers. |
@kspearrin we have a new preview release which you can check out: Here's the PR where the functionality was added #7895. There are steps shown on how to navigate to the background page. This should pop open the dev tools |
@bsclifton The issue is that an unrelated JS error is happening higher up in the background page and therefore is not allowing code further down to execute/initialize (in this case, the context menu code on lines 305). This will cause a lot of functions in bitwarden not to work since they are not initialized as well.
Is this API not available in brave? https://developer.chrome.com/extensions/windows#event-onFocusChanged |
@kspearrin thanks for digging in! We indeed do not have support for that... yet. For reference, we currently have two other extensions which need that supported: Since there is additional work needed on our side, I'll hide this for now and create an issue for re-enabling it once this issue is resolved |
@bsclifton I think this is supported now? #4760 |
@kspearrin Indeed it is :) |
bitwarden: Autofill from context menu doesn't fill the login credentials
Platform (Win7, 8, 10? macOS? Linux distro?):
Windows 10 x64
Brave Version (revision SHA):
Brave 0.14.0
rev 64b381a
Steps to reproduce:
Actual result:
Autofill from context menu doesn't fill the login credentials
Expected result:
Should autofill the credentials
Screenshot if needed:
Any related issues:
Add Bitwarden Password Manager #4776 (comment)
cc: @kspearrin
The text was updated successfully, but these errors were encountered: