Closed
Bug 862310
Opened 12 years ago
Closed 12 years ago
E.me missing network progress indication
Categories
(Firefox OS Graveyard :: Gaia::Everything.me, defect)
Tracking
(blocking-b2g:tef+, b2g18 verified, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 verified)
VERIFIED
FIXED
blocking-b2g | tef+ |
People
(Reporter: ranbena, Assigned: ranbena)
Details
Attachments
(2 files)
When a Server API response lingers, there should be a progress indication.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings.
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined:
Testing completed:
Risk to taking this patch (and alternatives if risky):
String or UUID changes made by this patch:
Attachment #737956 -
Flags: review?(crdlc)
Attachment #737956 -
Flags: approval-gaia-v1?(21)
Comment 3•12 years ago
|
||
Wanted to add some context to this change:
During user testing with a not-so-operating WiFi users needed to wait for results a lot longer than usual and there was no indication that something was happening, which means a frustrating experience to our users.
We modified internal everything.me code only in this PR and risk is limited.
We've tested it internally and we're also committed to immediately fix anything that rise due to it.
Updated•12 years ago
|
Attachment #737956 -
Flags: review?(crdlc) → review+
Assignee | ||
Updated•12 years ago
|
Attachment #737956 -
Flags: approval-gaia-v1?(21)
Assignee | ||
Comment 4•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
blocking-b2g: --- → leo?
Comment 5•12 years ago
|
||
Based on comment 3 and the expected connectivity for target markets I'd like to take this for 1.0.1
blocking-b2g: leo? → tef+
status-b2g18:
--- → affected
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → affected
Comment 6•12 years ago
|
||
If the code has landed let's just close this bug.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Assignee: nobody → ran
Comment 8•12 years ago
|
||
(In reply to Ran Ben Aharon (Everything.me) from comment #7)
> John, should I merge it in?
I'll uplift this patch with the next group of uplifts.
Flags: needinfo?(jhford)
Comment 9•12 years ago
|
||
I was not able to uplift this bug to v1-train and v1.0.1. If this bug has dependencies which are not marked in this bug, please comment on this bug. If this bug depends on patches that aren't approved for v1-train and v1.0.1, we need to re-evaluate the approval. Otherwise, if this is just a merge conflict, you might be able to resolve it with:
git checkout v1-train
git cherry-pick -x -m1 e3696dee033b6c0d8f77ebb59b99c3f29b6ff79e
<RESOLVE MERGE CONFLICTS>
git commit
git checkout v1.0.1
git cherry-pick -x $(git log -n1 v1-train --pretty=%H)
Comment 10•12 years ago
|
||
v1-train:
the conflict was very minor (practically just moved a few vars around), resolved and pushed
https://github.com/mozilla-b2g/gaia/commit/5cbb19e4bb78a7ad879fbe4b9a841e1c35714f5c
v1.0.1:
was a bit more complicated than v1-train, but no additional code was introduced.
https://github.com/mozilla-b2g/gaia/commit/f48c0a043384e510b8895c6a597e3bdd37f427f7
please let me know if it's all good
Flags: needinfo?(jlal)
Comment 11•12 years ago
|
||
Right commits on right branch uplift part looks good to me... Marking the correct flags to indicate successful uplift.
Thanks!
Comment 12•12 years ago
|
||
Can't see any progress indication when the network is slow.There was only a loading symbol displayed.
Can you please provide steps to verify this fix as we will black box test from the UI?
Could you also attach an image of what the change should look like.
Comment 13•12 years ago
|
||
We called the loading symbol "progress indicator" :) It's not really indicative of the progress itself, just that there IS progress!
Comment 14•12 years ago
|
||
Issue is not reproducing on Inari. Network Progress indicator is showing up on E.me
Inari Build ID: 20130502070201
Kernel Date: Feb 21
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18_v1_0_1/rev/5c1d67e0c242
Gaia: 11477c127ae9be5051e4cfbcbf3da1d4150f9967
Issue is not reproducing on Leo. Network Progress indicator is showing up on E.me
Leo Build ID: 20130501070205
Kernel Date: Apr 25
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/765d296cff66
Gaia: e420d71c9528786621f176fb4ce67d291e0a530e
You need to log in
before you can comment on or make changes to this bug.
Description
•