Enable back/forward navigation across Smart Window states
Categories
(Core :: Machine Learning: Frontend, enhancement)
Tracking
()
People
(Reporter: jlevinsohn, Assigned: echa)
References
(Blocks 1 open bug)
Details
(Whiteboard: [aife])
Attachments
(3 files)
|
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 navigating between Smart Window states (e.g. new tab, standalone chat, web pages), back/forward navigation is not consistently available. Users should be able to navigate backward and forward across these states.
-
Back/forward navigation is available when user has navigated between Smart Window states
-
Navigating forward past a new tab or standalone chat, then going back, allows returning to the previous state
-
Navigation history includes:
- new tab (Smart Window empty state)
- standalone chat
- web pages visited within Smart Window
-
Back and forward controls update correctly based on navigation state
-
Navigating back restores the correct UI state (content, scroll position if applicable)
-
Behavior is consistent across full-width and sidebar modes
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Comment 4•1 month ago
|
||
Backed out for causing bc and TV failures at aiwindow/ui/test/browser
Backout Link
Push with failures
Failure Log
Failure line TEST-UNEXPECTED-FAIL | leakcheck large nsGlobalWindowInner | browser/components/aiwindow/ui/test/browser/browser.toml
Comment 6•1 month ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: Currently in Smart Window user is not able to navigate back to full page chat mode or forwards out of full page chat mode
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: - Open Smart Window and start full page chat
- Once messages are sent in full page mode, navigate to another URL
- Navigate "back"
- Expected result: "Back" and "forward" nav buttons should be available
- Risk associated with taking this patch: low
- Explanation of risk level: Low: adding boolean check to see if user can navigate based on history
- String changes made/needed?: No
- Is Android affected?: unknown
Original Revision: https://phabricator.services.mozilla.com/D292872
Comment 8•1 month ago
|
||
firefox-release Uplift Approval Request
- User impact if declined/Reason for urgency: Currently in Smart Window user is not able to navigate back to full page chat mode or forwards out of full page chat mode
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: - Open Smart Window and start full page chat
- Once messages are sent in full page mode, navigate to another URL
- Navigate "back"
- Expected result: "Back" and "forward" nav buttons should be available
- Risk associated with taking this patch: low
- Explanation of risk level: Low: adding boolean check to see if user can navigate based on history
- String changes made/needed?: No
- Is Android affected?: unknown
Original Revision: https://phabricator.services.mozilla.com/D292872
Comment 10•1 month ago
|
||
| bugherder | ||
Updated•1 month ago
|
Updated•1 month ago
|
Comment 11•1 month ago
|
||
| uplift | ||
Updated•1 month ago
|
Updated•1 month ago
|
Comment 12•1 month ago
|
||
| uplift | ||
Updated•1 month ago
|
Comment 13•1 month ago
|
||
Verified as fixed in our latest Release 150.0.1, our Latest Beta 151.0b4 and our latest Nightly build 152.0a1 (2026-04-27)
Description
•