-
Notifications
You must be signed in to change notification settings - Fork 973
bitwarden extension header buttons are not clickable #9436
Comments
cc: @bsclifton |
I believe this is the same issue as #6015. |
Also, this only seems to happen on windows. I didn't notice this on my MacBook. |
@kspearrin You're correct; I've never heard anybody complain about this on macOS or Linux. |
The issue here appears to be with the Careful observation reveals this to be the case: Because this issue does not repro on Mac, I suspect it may be a Windows-only implementation detail. It appears as though |
Interesting find. I would have never guessed that was the problem just observing the issue as an outsider. |
It appears to be an issue with a history: |
The best solution, for now, may be to add/remove |
Here's the section of code we'd want to edit: browser-laptop/app/common/state/windowState.js Lines 163 to 186 in eced5c4
if we know a way to check for if the popup is showing… we can add the check there |
@bsclifton I believe Update: This does indeed appear to resolve the issue. Working on a PR now. |
Did you search for similar issues before submitting this one? Yes
Describe the issue you encountered: Parts of header buttons/anchors (where the text is drawn and above) in bitwarden extension header are not clickable.
Platform (Win7, 8, 10? macOS? Linux distro?): Windows 10
Brave Version (revision SHA): 0.17.1dev
Steps to reproduce:
Notice that the parts of the button where the text is displayed and above are not clickable. If you move outside of the text into the padding area below you can click the buttons.
If you navigate directly to the extension page in the main browser window everything works as expected. Ex: chrome-extension://nngceckbapebfimnlniiiahkandclblb/popup/index.html#/login
relevant extension source:
https://github.com/bitwarden/browser/blob/master/src/popup/app/accounts/views/accountsLogin.html#L2-L11
This happens on every page of the extension that has header buttons.
Not an issue in all other browsers (Chrome, Firefox, Opera, etc.).
Expected result:
Buttons are clickable all over.
Will the steps above reproduce in a fresh profile? If not what other info can be added? Not sure
Is this an issue in the currently released version? No, bitwarden is not yet in production.
Can this issue be consistently reproduced? Yes
Extra QA steps: n/a
The text was updated successfully, but these errors were encountered: