this post was submitted on 08 Jul 2025
839 points (98.4% liked)

Technology

72745 readers
1526 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 27 points 3 days ago (4 children)

When I asked a couple of developers who work on websites/webapps with a lot of moving parts, they said it was easiest to just test for chrome, since that's what most people use.

It's turned into a self-fulfilling prophecy.

[–] [email protected] 3 points 3 days ago

I switched from Chrome to Firefox at work recently once they added tab groups. A few parts of one of the web apps my team maintains straight up don't work. I mentioned it in a meeting, received a full 10 seconds of silence before someone said "Well customers aren't complaining..."

[–] [email protected] 2 points 3 days ago

Yeah, I'm not a dev, but I work with dev teams. They all don't test with firefox anymore. Not enough ROI according to the product managers.

[–] [email protected] 7 points 3 days ago* (last edited 3 days ago)

It's ironic that I use Firefox personally but unfortunately we prioritized Chrome when I did more front end work too. Firefox would often render views differently compared to Chrome (Safari was also a shetshow) and we had to prioritize work ofc, especially for legacy stuff.

The thing is, as a pure guess, I would bet that it's Chrome that's not adhering to the web standards.

[–] [email protected] 26 points 3 days ago (3 children)

It's so damn stupid. If your site works meaningfully differently in Firefox vs Chromium, you're already doing something very, very wrong.

[–] [email protected] 4 points 3 days ago (1 children)

Chromium does a lot of heavy lifting to fix problems with websites which enables certain web developers to be lazy.

[–] [email protected] 7 points 3 days ago

Smae thing that Nvidia does with OpenGL. Their driver handles a lot erroneous out of spec behaviour so developers think their game works fine but the moment you run it on AMD or Intel GPUs, you get all sorts of issues because they actually implement the spec accurately.

[–] [email protected] 15 points 3 days ago

Yep, this is why at least for me when I develop websites I use Firefox first for development to make sure that the website runs on Firefox.