Closed
Bug 1362929
Opened 8 years ago
Closed 8 years ago
For some of users, Pontoon can't load the full timeline
Categories
(Webtools Graveyard :: Pontoon, enhancement, P2)
Webtools Graveyard
Pontoon
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jotes, Unassigned, Mentored)
Details
I noticed that for some of users Pontoon can't load more than 2-3 pages of timeline events (however, it may vary).
e.g.
https://pontoon.mozilla.org/contributors/Qkxrfae9uxCIC_PmnqAsJREVw8U/
For some reason, jquery can't detect a valid number of blocks and can't fire an event to load more entries.
An invalid number of events (their blocks) is reported here:
https://github.com/jotes/pontoon/blob/18358a6ebcac8812d10dec98a06dd7f634505e91/pontoon/contributors/static/js/contributor.js#L95-L95
However, if I change 'position' to 'relative' here:
https://github.com/jotes/pontoon/blob/8de80be70adbedb7a5669a9d17c9a6ad0aeebc5e/pontoon/contributors/static/css/profile.css#L53-L53
Everything works properly again.
Updated•8 years ago
|
Priority: -- → P2
Comment 1•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/pontoon
https://github.com/mozilla/pontoon/commit/fb4b7a51b88a454587ac8816a6c17ee2af76afd0
Fix bug 1362929: Fix contributor timeline loading (#605)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•