Closed
Bug 758445
Opened 13 years ago
Closed 13 years ago
Smartly preserve page history in breadcrumbs on detail page
Categories
(Marketplace Graveyard :: Consumer Pages, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
2012-06-07
People
(Reporter: cvan, Assigned: cvan)
References
()
Details
(Whiteboard: [woomp])
Steps to reproduce:
1) Load Search: https://marketplace-dev.allizom.org/en-US/search/?q=seavan
2) Click the icon/heading for an app, for example "XXX SeaVan's Undersea Adventure: Down Under": https://marketplace-dev.allizom.org/en-US/app/xasdfasdf/?src=search
3) Notice the breadcrumbs on the detail page
Expected results:
The breadcrumbs should read:
Home > Search results for "seavan" > XXX SeaVan's Undersea Adventure: Down Un...
We could store this when do pushState, or we could look at the `src` querystring param.
Actual results:
The breadcrumbs sadly read:
Home > Apps > XXX SeaVan's Undersea Adventure: Down Un...
Assignee | ||
Updated•13 years ago
|
Whiteboard: [woomp]
Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → 2012-05-31
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → cvan
Assignee | ||
Comment 1•13 years ago
|
||
Back and Forward buttons are kind of a necessary thing.
Priority: P5 → P3
Target Milestone: 2012-05-31 → 2012-06-07
Assignee | ||
Comment 2•13 years ago
|
||
https://github.com/mozilla/zamboni/commit/5119552
This really only makes sense for the detail page right now. If we decide we want to make this more insane later, I ain't gonna stop nobody.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Summary: Smartly preserve page history in breadcrumbs → Smartly preserve page history in breadcrumbs on detail page
You need to log in
before you can comment on or make changes to this bug.
Description
•