Closed webstrand closed 11 months ago
I cannot reproduce on Stable or Nightly with Windows 11. I don't have access to a Linux build at the moment, so this may be a Linux-only bug. But that's a pretty serious bug for Mozilla if Strict is causing that behavior.
There was an issue awhile back with Google Maps caused by WebGL https://github.com/yokoffing/Betterfox/issues/203.
Have you updated to 120.0.1?
Fixed an issue that was causing 100% CPU usage on sites such as Google Maps. (bug 1866409)
Yep, upgrading to 120.0.1 does indeed fix the issue.
BEFORE YOU BEGIN
I have attempted the following troubleshooting suggestions:
REPORT
Describe the bug Visiting https://www.google.com/maps/place/mongolia/data=!4m2!3m1!1s0x3627050669aa6d4b:0xe0dd213937e6e096?sa=X&ved=2ahUKEwiCx9DS5-6CAxWAk4kEHQg9DAMQ8gF6BAgREAA causes the tab to lock up.
To Reproduce Steps to reproduce the behavior:
Expected behavior The tab should not lock up like this
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context I bisected
user.js
to find the offending preference, and I found that if I removeuser_pref("browser.contentblocking.category", "strict")
fromuser.js
and create a new profile (you must restart firefox after changing this value) that map page no longer becomes non-responsive.Various other pages become inconsistently non-responsive, that maps link is the only one that's consistent.