I've been using the Inspector and Console features for years and haven't found that these things bother me, but all I've known is Firefox's devtools. Recently took another look at the Debugger and found it to be very useful for React development. That, combined with the redux devtools extension, is very powerful.
this post was submitted on 08 Jan 2024
4 points (66.7% liked)
Firefox CSS
65 readers
1 users here now
Post your unsupported Firefox customizations here!
From the makers of r/FirefoxCSS
Links
Related
founded 1 year ago
MODERATORS
Honestly for me it's the entire opposite, whenever I try to use Google's dev tools I want to just quit. A lot of what you are describing seems like a bug to me though, especially since I don't recall having most of these problems.
Can't speak on css properties not applying though as I usually edit those in a source file directly, either of the app I'm working with or the Stylus editor. The few cases where I do apply CSS through the dev tools do work though as long as they are modified in the correct place (occasionally tags nested deeper will override settings in non-obvious ways which might cause the observed effect)