-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
New tab page has an extraneous zero #5710
Labels
bug
feature/new-tab
priority/P3
The next thing for us to work on. It'll ride the trains.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Test-Plan-Specified
QA/Yes
release-notes/include
Milestone
Comments
@cndouglas just tried with Version 0.71.37 Chromium: 76.0.3809.100 and can't repro anymore. could you please check again? |
@cezaraugusto Also can confirm it happens with a fresh profile: |
cezaraugusto
added a commit
to brave/brave-core
that referenced
this issue
Aug 29, 2019
fix brave/brave-browser#5710 There is a rendering issue for topSites that evaluates to false when no topSite is available, which is being coerced to 0 by React. This change ensures it evaluates to null instead, not adding an extraneous output to NTP layout.
6 tasks
rebron
added
the
priority/P3
The next thing for us to work on. It'll ride the trains.
label
Aug 30, 2019
Verification passed on
Verified test plan from brave/brave-core#3297 Verification passed on
Verified passed with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
feature/new-tab
priority/P3
The next thing for us to work on. It'll ride the trains.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Test-Plan-Specified
QA/Yes
release-notes/include
Test plan
See brave/brave-core#3297
Description
On the new tab page, there is an extraneous zero between the stats and time.
It seems to be a part of the stats section because turning off "Show Brave Stats" makes the zero disappear.
Steps to Reproduce
Actual result:
Expected result:
There shouldn't be an extraneous zero.
Reproduces how often:
Always.
Brave version (brave://version info)
Brave | 0.71.15 Chromium: 76.0.3809.100 (Official Build) nightly (64-bit)
Revision | ed9d447d30203dc5069e540f05079e493fc1c132-refs/branch-heads/3809@{#990}
OS | Mac OS X
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
The text was updated successfully, but these errors were encountered: