Status Update
Comments
ow...@google.com <ow...@google.com>
ri...@gmail.com <ri...@gmail.com> #2
This is probably something that Nintendo can fix through FPS. Currently the pop-up heuristic keeps it working other browsers.
ap...@google.com <ap...@google.com> #4
Confirmed that this is mitigated through pop-up heuristics in Chrome as well.
lo...@gmail.com <lo...@gmail.com> #5
Nintendo recently migrated their ccTLDs to the canonical .com domain.
This article only touches on Japanese domain, but nintendo.de redirects to
However, the same prictice doesn't seem to be applied to all other regions yet.
Perhaps they prioritized ones that are affectd by 3p cookie deprecation.
se...@google.com <se...@google.com> #6
Thanks for the update! Trying out the sites that are updated, none of them seem to have a "login" option, which makes me think we can probably close this one!
Description
Artifact used: androidx.core:core:1.6.0 Version used: 1.6.0 Theme used: (Not related) Devices/Android versions reproduced on: Pixel 5 Android 11
This part will make the final Typeface lost the correct font-weight from the FontInfo. For example, request for a font with 500 weight, but the final Typeface has 400 weight. This will make the fallback font incorrectly displayed.
The fix is to use the style from the best-matched font, just like the platform,https://cs.android.com/android/platform/superproject/+/android-11.0.0_r1:frameworks/base/graphics/java/android/graphics/Typeface.java;l=276-285 .