-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
NTP clock day period component (AM / PM) is huge #2439
NTP clock day period component (AM / PM) is huge #2439
Comments
How is this different from brave/brave-ui#247, where the fix is taking place? Was this created by mistake? |
@SilverPuppy this is the reported issue, brave/brave-ui#247 is the code to fix in a dependency |
Fix brave/brave-browser#2439 - Clock AM / PM font size Use brave-ui welcome images instead of brave-core ``` * 4e07f89 - (59 minutes ago) Merge pull request #315 from brave/revert-sync-59 — Pete Miller (HEAD -> brave-core-0.59.x, origin/brave-core-0.59.x) |\ | * fb7deb8 - (69 minutes ago) Revert "sync v2" — Cezar Augusto | * c5e16c7 - (69 minutes ago) Revert "Merge pull request #308 from brave/sync_img" — Cezar Augusto |/ * c4694e2 - (20 hours ago) Merge pull request #247 from brave/c71-clock-period — Pete Miller * a2443d8 - (4 days ago) do not count first letter if space in textareaclipboard — Cezar Augusto * 2c16ae2 - (5 days ago) Merge pull request #308 from brave/sync_img — Cezar Augusto * 7d9811c - (3 weeks ago) sync v2 — Cezar Augusto * 3e3be2f - (4 days ago) update snapshot from walletSummary — Cezar Augusto * a4c4dbd - (5 days ago) Merge pull request #309 from brave/welcome_img — Pete Miller ```
@petemill re: QA, we basically need to verify that |
@kjozwiak yes, same as previous release |
Verification passed on
Verified passed with
|
This fails on Linux. Here's the recording https://drive.google.com/open?id=1GMl-4xRTovTsy_SMxix0dTRZ5TLAWuGf Follow up issue logged #2530 |
It doesn’t seem like that’s a fail for this issue, which is just about the font size when the component is being displayed. The time in that video is using 24hr time format, so we wouldn’t show AM / PM in the previous font size or the corrected font size. I assume that the bug you’ve found - using 24hr time format or 12hr time format - is present on previous version too. |
Whats the expected clock format for NTP? I assumed it should be 12hrs format irrespective of device clock settings/format. |
Quite possibly (it’s locale / OS dependent maybe?) but this issue is only about the font size when it does display and fixing that regression. What you’re describing sounds unrelated to this bug. |
Updated the issue title there in #2530. Its definitely not following the system format. @brave/legacy_qa can anyone try on their VM and check if they see 12/24 hr format based on system settings |
@srirambv 12hr format worked for me on Linux VM using |
Chromium71 changed the type for DayPeriod from 'dayperiod' to 'dayPeriod' which means our matching fails and we end up showing the 'AM' / 'PM' / local-specific-whatever in the same font-size as the time itself.
The text was updated successfully, but these errors were encountered: