- Fails to correctly render the "Exo 2" font inside an SVG (Granted, for this one, it just made me switch fonts for my application.)
- Spidermonkey, as a JavaScript engine, is slow and the documentation (Perhaps it could be replaced with GraalJavaScript? An engine that lacks basic escape analysis is bad in my book.)
Firefox bugs that I have personally encountered as a user or developer I want fixed:
- localStorage implementation easily breaks during power failure https://bugzilla.mozilla.org/show_bug.cgi?id=1341070
- SVG rotation glitches
- Fails to correctly render the "Exo 2" font inside an SVG (Granted, for this one, it just made me switch fonts for my application.)
- Spidermonkey, as a JavaScript engine, is slow and the documentation (Perhaps it could be replaced with GraalJavaScript? An engine that lacks basic escape analysis is bad in my book.)
- Various bugs I am assisting them in resolving.