home.social

#firefoxbug — Public Fediverse posts

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

  1. Did you know you could get the number of `auto-fit` columns of a grid by dividing the grid width (known to the grid's children/ pseudos as `100cqw` if we make the grid a container) to the unit column width `--u`?

    See the live demo on @codepen codepen.io/thebabydino/pen/zxG

    No Firefox yet... and the bug 🪲 looks like it's dormant 😿 bugzilla.mozilla.org/show_bug.

    #CSS #layout #cssLayout #cssMaths #grid #cssGrid #code #coding #frontend #calc #web #dev #webDev #webDevelopment #CodePen #FirefoxBug #bug

  2. Did you know you could get the number of `auto-fit` columns of a grid by dividing the grid width (known to the grid's children/ pseudos as `100cqw` if we make the grid a container) to the unit column width `--u`?

    See the live demo on @codepen codepen.io/thebabydino/pen/zxG

    No Firefox yet... and the bug 🪲 looks like it's dormant 😿 bugzilla.mozilla.org/show_bug.

    #CSS #layout #cssLayout #cssMaths #grid #cssGrid #code #coding #frontend #calc #web #dev #webDev #webDevelopment #CodePen #FirefoxBug #bug

  3. Did you know you could get the number of `auto-fit` columns of a grid by dividing the grid width (known to the grid's children/ pseudos as `100cqw` if we make the grid a container) to the unit column width `--u`?

    See the live demo on @codepen codepen.io/thebabydino/pen/zxG

    No Firefox yet... and the bug 🪲 looks like it's dormant 😿 bugzilla.mozilla.org/show_bug.

    #CSS #layout #cssLayout #cssMaths #grid #cssGrid #code #coding #frontend #calc #web #dev #webDev #webDevelopment #CodePen #FirefoxBug #bug

  4. Did you know you could get the number of `auto-fit` columns of a grid by dividing the grid width (known to the grid's children/ pseudos as `100cqw` if we make the grid a container) to the unit column width `--u`?

    See the live demo on @codepen codepen.io/thebabydino/pen/zxG

    No Firefox yet... and the bug 🪲 looks like it's dormant 😿 bugzilla.mozilla.org/show_bug.

    #CSS #layout #cssLayout #cssMaths #grid #cssGrid #code #coding #frontend #calc #web #dev #webDev #webDevelopment #CodePen #FirefoxBug #bug

  5. Just found my first Firefox bug which was reproducible.

    It's an awesome feeling to know that you did help even if it is a small issue found.

    #Firefox #BugReport #FirefoxBug

  6. 2️⃣ Then there's this Firefox bug some rando 🤪 filed over half a decade ago bugzilla.mozilla.org/show_bug.

    If we have multiple backgrounds and one is clipped to text, the top background layer image is painted all across the area of all the backgrounds stacked one on top of the other. 😭

    #Firefox #bug #FirefoxBug #CSS #code #coding #frontend #web #dev #webDev #webDevelopment

  7. I really meant to write "hello world" there, but "hell" isn't wrong, so I left it like that.

    Anyway, you can find the bug links & all in the Pen description.

    #SVG #svgFilter #filter #svgBug #bug #FirefoxBug #SafariBug #code #coding #textEffect #noise #grainy #frontend #web #webDev #dev #webDevelopment

  8. For inline elements, things get worse: the only available fix requires nesting in order to set the gradient clipped to text on child and the other, full coverage gradient on parent.

    For ex, for such a link hover effect (css-tricks.com/taming-blend-mo), we need a `<span>` in the `<a>`.

    #bug #Firefox #FirefoxBug #CSS #cssBug #code #coding #frontend #web #webDev #webDevelopment #cssGradient

  9. Re Firefox bug: workaround options.

    In a lot of cases, an absolutely positioned pseudo covering the entire element's area twitter.com/anatudor/status/14 and placed behind with `z-index` will do.✅

    Can't use `box-shadow`/ `border-image` since they get drawn *on top* of the gradient background clipped to `text`. 😞🫠

    #bug #Firefox #FirefoxBug #CSS #cssBug #code #coding #frontend #web #webDev #webDevelopment #cssGradient

  10. Pure CSS text effect codepen.io/thebabydino/details

    No text duplication, no JS, no images save for CSS gradients, no SVG at all. Under 20 CSS declarations, including layout, prettifying, `@​media` queries, `@​supports` blocks, CSS variable declarations...

    No Firefox (bug 🪲 1481498 ).

    Heavily commented as well.

    #CSS #textEffect #cssGradient #blending #blendMode #code #coding #frontend #webDev #webDevelopment #bug #Safari #SafariBug #FirefoxBug #Firefox #CodePen #noJS #noSVG #mediaQuery #typography

  11. And this means I've filed an #svgFilter #bug 🪲 in every major browser today bugzilla.mozilla.org/show_bug.

    Bottom line: almost nothing works cross-browser when it comes to SVG filters.

    #SVG #CSS #filter #Firefox #FirefoxBug #code #coding #frontend #webDev #webDevelopment

  12. Firefox does a really weird thing when `background-clip` has multiple values, one of the being `text`.

    It takes the area occupied by all the background layers stacked all on top of the other (think of it as a union of sets) and paints the top layer `background-image` across that entire area.

    Test case codepen.io/thebabydino/pen/oNJ

    🐞 bugzilla.mozilla.org/show_bug.

    #firefox #bug #firefoxBug #CSS #coding #frontend #webDev #webDevelopment

  13. We found a fairly glaring bug in #Firefox that affects Tor. That we thought was actively fixed years ago.

    Cannot discuss further.

    Any genuine #Firefox or #TorBrowser devs on fedi?

    #FirefoxBug #TorBrowserBug #Mozilla

  14. @adnan360
    The difference in font size is huge. Entire fontsize is approx. 50% larger by adding 'courier' before 'monospace'. It's either a #FirefoxBug or a #TorBrowserBug in our honest opinion.

    Don't get me wrong though it looks nice at the bigger size.

    In fact that could explain why the line-height is buggy on your end too! What browser are you using?