this post was submitted on 17 Jul 2023
21 points (100.0% liked)

Technology

58083 readers
3123 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

With the number of people concerned about privacy, it is a wonder why chrome is even popular.

you are viewing a single comment's thread
view the rest of the comments
[–] anlumo@feddit.de 0 points 1 year ago (2 children)

If only Firefox weren’t such a crap dev experience compared to Chrome.

[–] kameecoding@lemmy.world 0 points 1 year ago (1 children)

have you tried it recently?

I was of the same opinion for a long time, used to dev in chrome, now I use exclusively firefox, I think it's better or at least, there is nothing I miss from chrome.

[–] anlumo@feddit.de 0 points 1 year ago (1 children)

I use it all the time to debug fun special behavior of Firefox.

[–] kameecoding@lemmy.world 0 points 1 year ago (1 children)

what special behavior? I only had issues with Safari lately (with IE dead)

[–] anlumo@feddit.de 0 points 1 year ago (1 children)

The vertical alignment in flexboxes behaves slightly different in Chrome than Firefox. In Chrome, everything is neatly baseline aligned, and in Firefox it's all over the place. Another thing I recently had was that Firefox just refused to load the custom fonts for some weird reason. That one went away by itself after a while.

[–] kameecoding@lemmy.world 0 points 1 year ago (1 children)

do you mean like a flex-row and without using align-items: center?

because with center it works fine. same with flex-col and justify-content: center.

[–] anlumo@feddit.de 0 points 1 year ago

It might just be a default that's different between the two browsers, and I haven't set anything. This has been so low on my priority list that I never actually looked into it.

[–] Molecular0079@lemmy.world 0 points 1 year ago (1 children)

You talking about the dev tools or it's support for new web technologies? Dev tools seem to have improved by a lot since the last time I used it, but I do wish they were quicker with support for other things, like can we get working Web Speech API support?

[–] anlumo@feddit.de 0 points 1 year ago (1 children)

The dev tools specifically. They're also pretty behind on web tech, but that's another topic. For example, they still don't have WebGPU support.

[–] Molecular0079@lemmy.world 0 points 1 year ago (1 children)

Ah I see, I haven't run into any issues with it in development, but I am curious what specific issues you see with the Firefox dev tools?

[–] anlumo@feddit.de 0 points 1 year ago

It's not really issues, it's just the overall usability. For example, you can't press F8 to continue while the focus is in the console, you have to grab the mouse and click into the debugger view (also, debugger is a weird name for the source view).