Closed
Bug 842310
Opened 12 years ago
Closed 12 years ago
[Desktop] fragment history broken on popState
Categories
(Marketplace Graveyard :: Consumer Pages, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
2013-03-28
People
(Reporter: vcarciu, Assigned: cvan)
References
()
Details
(Keywords: regression)
Prerequisites:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20130212 Firefox/21.0
Steps to reproduce:
1.Go to MP-dev and open a category
2.Press the browser's back button
Expected results:
MP-dev homepage is displayed again
Actual results:
The link is changed accordingly , but the page is the same(the category selected at step 1)
Please see screencast for this bug : http://screencast.com/t/BsVlQyqssZ
NOTES:
Not reproducible in production for the same browser.
Not reproducible on Android or B2G
Reproducible in many areas of MP-dev , not only for categories.
Assignee | ||
Comment 1•12 years ago
|
||
Something happened with our jQuery 1.9 upgrade.
Severity: normal → major
Priority: -- → P1
Summary: [Desktop] MP does not react to the Nightly back button. → [Desktop] fragment history broken on popState
Comment 2•12 years ago
|
||
This is happening because we handle the popstate event on z.doc.on('popstate', ...).
`popstate` is fired from z.win, not z.doc.
Assignee | ||
Comment 3•12 years ago
|
||
https://github.com/mozilla/zamboni/commit/3f423c6
Thanks, basta, good call!
Assignee: nobody → cvan
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•12 years ago
|
||
Verified as fixed : http://screencast.com/t/omggkC8Zh
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•