Open Bug 2042825 Opened 5 days ago Updated 9 hours ago

Clicking inside the "Reload all tabs" warning reloads all the tabs without clicking the actual button

Categories

(Firefox :: Settings UI, defect, P3)

Firefox 152
defect

Tracking

()

Tracking Status
firefox152 --- affected
firefox153 --- affected

People

(Reporter: snegritas, Unassigned)

References

Details

(Whiteboard: [recomp])

Affected versions:
Beta 152.0b3
Nightly 153.0a1(2026-05-27)

Affected platforms:
macOS 15.5
Ubuntu 24

Steps to reproduce:

  1. Open Firefox.
  2. Navigate to the Settings(about:preferences) page.
  3. Click on the "Privacy and Security" section.
  4. Change the ETP mode from Standard to Strict or any other option.
  5. Click inside the "Reload all tabs" warning without clicking the actual button.

Expected result:
Nothing happens the warning is present and all the tabs are not reloaded.

Actual result:
Clicking inside the warning area will reload the tabs.

Regression range:
Will look for one ASAP

This issue is also reproducible on Windows 11.

We've got a few options here - the easiest might be to change this option to an item then move this onUserClick handler to the new Preferences.addSetting call for that item.

Alternatively we could make sure the click is actually coming from the moz-button in the current handler, but I think ideally we should be excluding moz-message-bar from our list of click handlers, so the former fix is preferred.

Severity: -- → S4
Priority: -- → P3
Whiteboard: [recomp]
You need to log in before you can comment on or make changes to this bug.