Closed
Bug 853486
Opened 12 years ago
Closed 12 years ago
Loader animation is not displayed when "More" button is pressed
Categories
(Marketplace Graveyard :: Consumer Pages, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: cboldan.mozbugs, Assigned: basta)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
100.43 KB,
image/png
|
Details |
Steps to reproduce:
1. Launch MP-dev app on FF OS (Unagi)
2. Click on a listed category (ex. Games)
3. Scroll to the bottom of the page and click the "More" button
Expected results:
Loader animation is displayed until the rest of the list is loaded.
Actual results:
Loader animation is missing.
Notes/Issues:
Verified on FF OS (Unagi). Issue is not reproducing on Android or Desktop.
Attaching screenshot for this issue.
Updated•12 years ago
|
Target Milestone: --- → 2013-03-21
Updated•12 years ago
|
Target Milestone: 2013-03-21 → 2013-04-04
Comment 1•12 years ago
|
||
Is this still an issue?
| Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Chris Van Wiemeersch [:cvan] from comment #1)
> Is this still an issue?
Yes. I can still reproduce this issue on my Unagi device on the latest MP-dev app. Loader is still not visible after the "More" button is pressed.
Updated•12 years ago
|
Target Milestone: 2013-04-04 → ---
| Assignee | ||
Comment 3•12 years ago
|
||
Davor rewrote the pagination button code in Fireplace. Please test there. I have not been able to repro this issue on an unagi in Fireplace.
| Reporter | ||
Comment 4•12 years ago
|
||
I have verified in Fireplace https://marketplace-altdev.allizom.org/ on FF OS browser and this issue is no longer reproducing. The loader is now visible.
| Assignee | ||
Comment 5•12 years ago
|
||
So let it be written, so let it be done.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 6•12 years ago
|
||
i can still reproduce this issue on Firefox OS phone using the altdev app.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 7•12 years ago
|
||
It is possible that the spinner graphic simply isn't loaded yet.
cvan: would you be upset about putting the spinner as a data URI in the include.css?
.spinner {background-image: url(data:...);}
Comment 8•12 years ago
|
||
basta, yeah do that
| Assignee | ||
Comment 9•12 years ago
|
||
https://github.com/mozilla/fireplace/commit/2041a850afc7744d79df0343b7a10e7cdc12bcff
This puts the graphic right in the CSS. If it *still* doesn't work, I'm thinking it's a platform glitch and we'll need to do some further debuggery.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Assignee: nobody → mattbasta
Target Milestone: --- → 2013-05-09
| Reporter | ||
Comment 10•12 years ago
|
||
The issue is still reproducing in MP altdev app (Fireplace) on Unagi. Loader is still not visible.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 11•12 years ago
|
||
I don't think there's anything else we can do here. It's a platform bug then, same as the other tranform/position/transition bugs. The image is there, it's spinning, but it's not being displayed. We know it *should* work because it works on desktop, Chrome, all manner of mobile browsers, except Firefox OS.
Cvan: what's your take?
| Assignee | ||
Updated•12 years ago
|
Target Milestone: 2013-05-09 → ---
Comment 12•12 years ago
|
||
If there is a platform bug on file we've done what we can. Can we make this dependent on it?
| Assignee | ||
Comment 13•12 years ago
|
||
There are about three that are filed (all with similar but slightly different STR), but the platform team hasn't narrowed down or triaged any of them. Do you want me to scorched earth this bug and make it dependant on all of them?
Comment 14•12 years ago
|
||
if it's easy, otherwise one works
| Assignee | ||
Comment 16•12 years ago
|
||
Can you reproduce this on 1.0.1?
Comment 17•12 years ago
|
||
I can no longer reproduce this issue on my Unagi 1.0.1
| Assignee | ||
Comment 18•12 years ago
|
||
r wfm since the bug seems to have been fixed and uplifted to 1.0.1
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•