Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brave Rewards widget cut off when Binance is toggled off from brave://settings/newTab #9460

Closed
karenkliu opened this issue Apr 24, 2020 · 7 comments · Fixed by brave/brave-core#5353

Comments

@karenkliu
Copy link

Description

Brave Rewards widget cut off when Binance is toggled off from brave://settings/newTab

Steps to Reproduce

  1. Go to brave://settings/newTab
  2. Toggle off Binance
  3. Open a new tab
  4. See that Brave Rewards widget is still cut off

Actual result:

Screen Shot 2020-04-24 at 4 13 14 PM

Expected result:

Screen Shot 2020-04-24 at 4 15 55 PM

Reproduces how often:

Easily

Brave version (brave://version info)

Version 1.10.9 Chromium: 81.0.4044.122 (Official Build) nightly (64-bit)

Version/Channel Information:

  • Can you reproduce this issue with the current release? unsure
  • Can you reproduce this issue with the beta channel? unsure
  • Can you reproduce this issue with the dev channel? unsure
  • Can you reproduce this issue with the nightly channel? Yes

Other Additional Information:

  • Does the issue resolve itself when disabling Brave Shields? n/a
  • Does the issue resolve itself when disabling Brave Rewards? n/a
  • Is the issue reproducible on the latest version of Chrome? n/a

Miscellaneous Information:

@ryanml
Copy link
Contributor

ryanml commented Apr 25, 2020

This is fixed by consequence of the fix for - #9414

Commit is here: brave/brave-core@988ebcc to be merged as a part of brave/brave-core#5353

With the addition of brave://settings/newTab the logic to handle on NTP toggling had to be duplicated to handle outside pref updates from the settings page. cc: @rebron @karenkliu

@ryanml ryanml assigned ryanml and unassigned rebron Apr 25, 2020
@ryanml ryanml added the QA/Yes label Apr 25, 2020
@ryanml ryanml added this to the 1.8.x - Release milestone Apr 25, 2020
@ryanml
Copy link
Contributor

ryanml commented Apr 25, 2020

Closed via: brave/brave-core#5353

@ryanml ryanml closed this as completed Apr 25, 2020
@LaurenWags
Copy link
Member

@ryanml @rebron @kjozwiak @bsclifton looks like brave://settings/newTab isn't in 1.8.x, should the milestone for this issue be 1.9.x instead?

@ryanml
Copy link
Contributor

ryanml commented Apr 27, 2020

@LaurenWags good catch, however this is landing as part of a PR that’s going in to 1.8. It’s just a couple of checks inside the the new tab page component, it will work without the settings page because it’s just checking properties that already exist

@srirambv
Copy link
Contributor

@LaurenWags I have verified the flow from dashboard settings. If you want I can add verification notes. I had not checked for the settings part of it so didn't add the notes

@LaurenWags
Copy link
Member

probably good to add the verification notes @srirambv 👍 thanks!

@srirambv
Copy link
Contributor

Verification passed on

Brave 1.10.11 Chromium: 81.0.4044.122 (Official Build) nightly (64-bit)
Revision 44f4233f08910d83b146130c1938256a2e05b136-refs/branch-heads/4044@{#963}
OS Windows 10 OS Version 1909 (Build 18363.778)
  • Verified toggle Bianance widget via dashboard settings doesn't cut off the rewards widget when rewards is enabled
  • Verified toggle Bianance widget via dashboard settings doesn't cut off the rewards widget when rewards is disabled
  • Verified toggle Binance widget via dashboard settings doesn't cut off the rewards widget when ads grant notification is shown on the rewards widget

Verification passed on

Brave 1.10.11 Chromium: 81.0.4044.122 (Official Build) nightly (64-bit)
Revision 44f4233f08910d83b146130c1938256a2e05b136-refs/branch-heads/4044@{#963}
OS Linux
  • Verified toggle Bianance widget via dashboard settings doesn't cut off the rewards widget when rewards is enabled
  • Verified toggle Bianance widget via dashboard settings doesn't cut off the rewards widget when rewards is disabled
  • Verified toggle Binance widget via dashboard settings doesn't cut off the rewards widget when ads grant notification is shown on the rewards widget

Verification passed on

Brave 1.10.11 Chromium: 81.0.4044.122 (Official Build) nightly (64-bit)
Revision 44f4233f08910d83b146130c1938256a2e05b136-refs/branch-heads/4044@{#963}
OS macOS Version 10.15.4 (Build 19E287)
  • Verified toggle Bianance widget via dashboard settings doesn't cut off the rewards widget when rewards is enabled
  • Verified toggle Bianance widget via dashboard settings doesn't cut off the rewards widget when rewards is disabled
  • Verified toggle Binance widget via dashboard settings doesn't cut off the rewards widget when ads grant notification is shown on the rewards widget

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment