Bug 1870887 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

A [user on Reddit](https://www.reddit.com/r/firefox/comments/18m2jxd/firefox_1210_see_all_new_features_updates_and/ke1phvs/) has pointed out that on Firefox 121, they briefly see "Report Broken Site" in the app menu. This seems like to be due to the button not being hidden by default [here](https://searchfox.org/mozilla-central/source/browser/base/content/appmenu-viewcache.inc.xhtml#149), and so it is briefly visible until the feature starts up and hides it [here](https://searchfox.org/mozilla-central/source/browser/components/reportbrokensite/ReportBrokenSite.sys.mjs#380). This is only a problem if the feature is preffed off by default, of course. We will also want to treat the [other](https://searchfox.org/mozilla-central/source/browser/components/controlcenter/content/protectionsPanel.inc.xhtml#67) two [menu items](https://searchfox.org/mozilla-central/source/browser/base/content/browser-menubar.inc#475) similarly.
A [user on Reddit](https://www.reddit.com/r/firefox/comments/18m2jxd/firefox_1210_see_all_new_features_updates_and/ke1phvs/) has pointed out that on Firefox 121, they briefly see "Report Broken Site" in the app menu before it is hidden. This seems likely to be due to the button not being hidden by default [here](https://searchfox.org/mozilla-central/source/browser/base/content/appmenu-viewcache.inc.xhtml#149), and so it is briefly visible until the feature starts up and hides it [here](https://searchfox.org/mozilla-central/source/browser/components/reportbrokensite/ReportBrokenSite.sys.mjs#380). This is only a problem if the feature is preffed off by default, of course. We will also want to treat the [other](https://searchfox.org/mozilla-central/source/browser/components/controlcenter/content/protectionsPanel.inc.xhtml#67) two [menu items](https://searchfox.org/mozilla-central/source/browser/base/content/browser-menubar.inc#475) similarly.

Back to Bug 1870887 Comment 0