Clicking inside the "Reload all tabs" warning reloads all the tabs without clicking the actual button
Categories
(Firefox :: Settings UI, defect, P3)
Tracking
()
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:
- Open Firefox.
- Navigate to the Settings(about:preferences) page.
- Click on the "Privacy and Security" section.
- Change the ETP mode from Standard to Strict or any other option.
- 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
Comment 1•4 days ago
|
||
This issue is also reproducible on Windows 11.
Comment 2•9 hours ago
|
||
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.
Updated•9 hours ago
|
Description
•