Closed
Bug 799824
Opened 13 years ago
Closed 13 years ago
duplicate entries when scrolling triggers a page load
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
FIXED
2013-02-07
People
(Reporter: glob, Unassigned)
References
()
Details
steps:
1. hit https://mozillians.org/en-US/group/269-automation-and-tools
2. scroll to the bottom
results:
the last three entries, currently mbalaur, rwood and camd, are duplicated
it looks like there's two pages in the group:
https://mozillians.org/en-US/group/269-automation-and-tools?page=1
https://mozillians.org/en-US/group/269-automation-and-tools?page=2
requests for pages > 2 always return the second page. ie. the following requests return identical results:
https://mozillians.org/en-US/group/269-automation-and-tools?page=2
https://mozillians.org/en-US/group/269-automation-and-tools?page=3
(i would expect page=3 to return zero results)
when i scroll to the bottom of the page, a request is made for page=3, which results in the duplicate entries.
Comment 1•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/55cbc0d859a45a92b0dc6b61a7fd9bd3ec3ac338
[Fix Bug 799824] duplicate entries while scrolling
https://github.com/mozilla/mozillians/commit/77ec0cc1b3f1d8742e79b605f3e716178865f63f
Merge pull request #389 from Sancus/duplicatescrolling
[Fix Bug 799824] duplicate entries while scrolling
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Target Milestone: --- → 2013-02-07
Comment 2•12 years ago
|
||
Bumping to QA verified - duplicate entries no longer appear to be present.
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
You need to log in
before you can comment on or make changes to this bug.
Description
•