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
The VPN button (top right, next to hamburger menu) is fetching its status each time it's clicked. This takes a while to load and there is a chain of callbacks happening. I suspect there is a problem along the way
Followed the original steps to reproduce (and added some atop).
Confirmed the panel-flashing is fixed, as filed. There are definitely still session-based issues, which manifest as "flashing panel" issues, now. See the Encountered issues section, below.
Brave | 1.42.73 Chromium: 103.0.5060.134 (Official Build) beta (64-bit)
-- | --
Revision | 8ec6fce403b3feb0869b0732eda8bd95011d333c-refs/branch-heads/5060@{#1262}
OS | Windows 10 Version 21H2 (Build 19044.1826)
Confirmed the panel-flashing is fixed, as filed. There are definitely still session-based issues, which manifest as "flashing panel" issues, now. See the Encountered issues section, below.
Description
The VPN button (top right, next to hamburger menu) is fetching its status each time it's clicked. This takes a while to load and there is a chain of callbacks happening. I suspect there is a problem along the way
https://github.com/brave/brave-core/blob/a36b4979363733d552ee48ccdbf7f2c8e84c740c/components/brave_vpn/brave_vpn_service.cc#L866-L895
CredentialSummary
to see if there is a credentialPrepareCredentialsPresentation
is called to get the actual credentialsRelated: flickering visible when you click
#21754
Steps to Reproduce
Actual result:
Expected result:
It should always show the giant toggle if your VPN is active
The text was updated successfully, but these errors were encountered: