this post was submitted on 20 Jan 2024
1396 points (98.7% liked)

Firefox

20635 readers
36 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 5 years ago
MODERATORS
 

Everything worked perfectly as it always does.

you are viewing a single comment's thread
view the rest of the comments
[–] FMT99@lemmy.world 84 points 2 years ago (3 children)

It's not super difficult to just make a standards compliant website. I always wonder how in this day and age people manage to create professional websites with browser specific bugs.

[–] kboy101222@sh.itjust.works 63 points 2 years ago

There's likely zero bugs, but Firefox has more ways to block ads and trackers from affecting you, which is likely to real reason they don't want it being used.

[–] Tanoh@lemmy.world 6 points 2 years ago (1 children)

There are quite a lot of quirks with how browser (or rather rendering engines) interpret CSS, and in quite a few places the spec is ambiguous. So there is no "correct" way of implementing it.

But, this is either just them being lazy or bad mangement.

[–] dan@upvote.au 2 points 2 years ago* (last edited 2 years ago)

Do you have an example of a quirk where Chrome and Firefox treat something in the spec differently? I haven't seen that in a while.

[–] whats_all_this_then@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

I've had to debug a PDF viewer on a site once. Getting that to work across multiple versions of multiple browsers was a nightmare and I never managed to figure it out. Latest versions are mostly fine (except for mobile safari), but even 1yo versions of browsers are just broken.

Maybe I'm missing something, but it got bad enough that one of the "potential solutions" I was considering involved figuring out how to compile a C based pdf renderer thingy into WASM and embedding it in the app.

This was about 7 months ago.

I agree though, add to cart should NOT behave differently across browsers in 2024.