"New AI Window" and "New Classic Window" items shown in macOS File menu when no Firefox windows are open
Categories
(Firefox :: Menus, defect, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox148 | --- | verified |
| firefox149 | --- | verified |
| firefox150 | --- | verified |
People
(Reporter: scott, Assigned: jlewis)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [genai][switcher])
Attachments
(5 files)
|
356.59 KB,
image/png
|
Details | |
|
329.15 KB,
image/png
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-release+
|
Details | Review |
When Firefox is running but doesn't have any open windows (in macOS), a couple of options appear in the "File" menu which I assume should not be shown to users running the Release version?
- "New AI Window"
- "New Classic Window"
Firefox 147.0, macOS 26.2.
| Reporter | ||
Comment 1•3 months ago
|
||
Updated•2 months ago
|
Comment 2•2 months ago
|
||
:jlewis, since you are the author of the regressor, bug 2000985, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Comment 5•2 months ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined: Incorrect menu items shown in macOS 'File' menu (ie Smart Window-specific buttons even if AI prefs disabled) with incorrect functionality as well.
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: (Using macOS)
- Open Firefox with 'browser.aiwindow.enabled' pref FALSE
- Close all windows
- Open Firefox 'File' menu and see incorrect menu items (New Classic Window, New AI Window)
- Risk associated with taking this patch: low
- Explanation of risk level: Fairly low risk as fix addresses silent failure - primary addition is a null check with only few lines changed in total.
- String changes made/needed: No
- Is Android affected?: no
When no windows open:
- Smart Window //File menu// items should not appear if **!**browser.smartwindow.enabled
Original Revision: https://phabricator.services.mozilla.com/D284723
Updated•1 month ago
|
Comment 8•1 month ago
|
||
dmeehan, this bug appears even when aiwindow pref is not enabled
Comment 9•1 month ago
|
||
Thanks :Mardak for the correction.
:jlewis, could you also add a release uplift request? We could include it in the planned dot release for Fx148.
| Assignee | ||
Comment 10•1 month ago
|
||
When no windows open:
- Smart Window //File menu// items should not appear if **!**browser.smartwindow.enabled
Original Revision: https://phabricator.services.mozilla.com/D284723
Updated•1 month ago
|
Comment 11•1 month ago
|
||
firefox-release Uplift Approval Request
- User impact if declined: Incorrect menu items shown in macOS 'File' menu (ie Smart Window-specific buttons even if AI prefs disabled) with incorrect functionality as well. Confusing UX + want to keep AI features out of non-AI context.
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: 1. Open Firefox with 'browser.aiwindow.enabled' pref FALSE
-
Close all windows
-
Open Firefox 'File' menu and see incorrect menu items (New Classic Window, New AI Window)
- Risk associated with taking this patch: low
- Explanation of risk level: Fairly low risk as fix addresses silent failure - primary addition is a null check with only few lines changed in total.
- String changes made/needed: No
- Is Android affected?: no
Comment 12•1 month ago
|
||
firefox-release Uplift Approval Request
- User impact if declined: Incorrect menu items shown in macOS 'File' menu (ie Smart Window-specific buttons even if AI prefs disabled) with incorrect functionality as well. Confusing UX + want to keep AI features out of non-AI context.
- Code covered by automated testing: yes
- Fix verified in Nightly: no
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: 1. Open Firefox with 'browser.aiwindow.enabled' pref FALSE
-
Close all windows
-
Open Firefox 'File' menu and see incorrect menu items (New Classic Window, New AI Window)
- Risk associated with taking this patch: low
- Explanation of risk level: Fairly low risk as fix addresses silent failure - primary addition is a null check with only few lines changed in total.
Larger fix verified in Nightly - cherry-picked fix for release uses simplified version (condition check for function + test).
- String changes made/needed: No
- Is Android affected?: no
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Comment 13•1 month ago
|
||
| uplift | ||
Comment 14•1 month ago
|
||
I reproduced this issue using an affected Nightly 149.0a1 (2026-01-15) under macOS 26.
The issue is verified as fixed on latest Beta 149.0b2 and Nightly 150.0a1 under macOS 26.
Updated•1 month ago
|
Updated•1 month ago
|
Comment 15•1 month ago
|
||
| uplift | ||
Comment 17•1 month ago
|
||
This is also verified as fixed on macOS 26 and Win 11 with Firefox 148.0.2 (20260309125808).
| Comment hidden (obsolete) |
Description
•