home.social

#chromebug — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #chromebug, aggregated by home.social.

  1. Geographic Data Gets Fuzzy, Services Say 'Wait and See'

    Google apps like Gemini and Chrome are wrongly showing users they are in the wrong country, blocking access. Find out what this means for you.

    #GoogleLocationError, #GeminiApp, #ChromeBug, #DigitalAccess, #TechIssues

    newsletter.tf/google-apps-loca

  2. Another day, another weird print-related #ChromeBug

    I actually reported it this time: issues.chromium.org/issues/434

  3. Can you help me out, mastodon? 🦣

    Do you see the same result as below for this test, especially in Chrome/ Safari?
    cdpn.io/pen/debug/KwKvRKr

    Or finding red in rgb(0, 100%, 0%)?

    Are you on a wide gamut display? You can check here wide-gamut.com/test

    Retoots appreciated. Thank you! 🙏

    #SVG #filter #svgFilter #chrome #chromeBug #code #coding #frontend #web #webDev #webDevelopment #dev

  4. A "fun" Chromium bug 🪲 I hit: issues.chromium.org/issues/373

    `feComposite` intersection fails with `feTile` input... but only at certain levels of page zoom. 🥴

    This was supposed to be something I would use to make an inset shadow on an `img` mastodon.social/@anatudor/1124 depend on the `currentColor` set on that element.

    + something I would use for a `currentColor` rounded tabs outline mastodon.social/@anatudor/1133

    #SVG #filter #svgFilter #bug #ChromeBug #code #coding #frontend #webDev #web #dev #webDevelopment

  5. CSS challenge: I’ve been working for a solution for leaders via SVG backgrounds with lines + stroke-dasharray: codepen.io/leaverou/pen/bGPMNR

    It *almost* works great except:
    1. Is f*cked for long items
    2. Needs a way to adjust the gap so that it always starts and ends with a dot (I have a hunch round() can help here)

    No markup changes.

    (Why not use circles + background-repeat: round no-repeat; ? Because there’s some kind of #ChromeBug that makes it print very badly)

  6. What in Beelzebub's name's going on? My Slice! demo is in the
    @codepen Spark and... it looks broken in the screenshot included with it!

    Been told it looks broken in Chrome before x.com/rolandfranke/status/1803 but I can't reproduce it in any Chromium version on Linux. Can you? What OS?

    The live demo codepen.io/thebabydino/pen/GRa

    #bug #SVG #filter #svgFilter #chrome #chromeBug

  7. Hit a *very* strange #svgFilter #bug 🪲 in #Chrome. There's this weird clipping for the result of `feComposite` using the `in` or `atop` operator (no issues for `over`, `out`, `xor`)... and it depends on the size of the viewport?!

    codepen.io/thebabydino/pen/abx

    All fine in Firefox.

    All would be fine in Safari too, if it wasn't for another strange bug... mastodon.social/@anatudor/1120

    #CSS #SVG #filter #ChromeBug #code #coding #frontend #webDev #webDevelopment