Closed
Bug 1023312
Opened 11 years ago
Closed 11 years ago
[Vertical homescreen] Smart collection viewing fails on the flame (and similar sized devices) because e.me server fails to return background.
Categories
(Firefox OS Graveyard :: Gaia::Everything.me, defect)
Tracking
(blocking-b2g:2.0+, b2g-v2.0 verified, b2g-v2.1 verified)
People
(Reporter: zcampbell, Unassigned)
References
Details
(Keywords: regression, Whiteboard: [systemsfe])
Attachments
(4 files)
STR:
1. Connect to wifi network
2. Long press on homescreen
3. Choose 'Add Smart Collections'
4. Select a collection eg Social
5. Tap OK
6. On homescreen, scroll to the Collection
7. Tap the collection
Error alert is shown
Reporter | ||
Comment 1•11 years ago
|
||
Logcat of the failure
Reporter | ||
Comment 2•11 years ago
|
||
Build under test:
Gaia f42ebc93554979501d3ac52bcf9e69cb4b310a4f
Gecko https://hg.mozilla.org/mozilla-central/rev/9dc0ffca10f4
BuildID 20140610040208
Version 33.0a1
ro.build.version.incremental=eng.cltbld.20140605.031251
ro.build.date=Thu Jun 5 03:13:01 EDT 2014
Device: Flame
Updated•11 years ago
|
Blocks: collection-app
Comment 4•11 years ago
|
||
The root of this problem is the e.me server requests a background image based on the size of the screen of the device... On the flame these values are:
width: 480
height: 853.5
By hard coding the values (https://github.com/mozilla-b2g/gaia/blob/master/shared/js/everythingme/api.js#L136) to
width: 360
height: 480
I can view collections (with a nice background image)... This is in fact two bugs... The first being that we should not fail to show collections without a background and second that the e.me server would ideally not fail when requesting an icon without a known size.
@Amir, @Ran Can you help us fix the server side.
Assignee: jlal → nobody
Flags: needinfo?(ran)
Flags: needinfo?(amir)
Summary: [Vertical homescreen] view-collection error when viewing a collection → [Vertical homescreen] Smart collection viewing fails on the flame (and similar sized devices) because e.me server fails to return background.
Comment 5•11 years ago
|
||
Calling this is a regression since this worked correctly in the old homescreen.
blocking-b2g: --- → 2.0?
Keywords: regression
Updated•11 years ago
|
Whiteboard: [systemsfe]
Updated•11 years ago
|
blocking-b2g: 2.0? → 2.0+
Comment 6•11 years ago
|
||
Attachment #8438391 -
Flags: review?(amirn)
Flags: needinfo?(amir)
Comment 7•11 years ago
|
||
Bug 1 (don't fail to show collections without a background) - Bug 1020961
Bus 2 - attachment 8438391 [details] [review]
Updated•11 years ago
|
Attachment #8438391 -
Flags: review?(amirn) → review+
Updated•11 years ago
|
QA Whiteboard: [VH-FC-blocking+]
Comment 8•11 years ago
|
||
I'm seeing a background image after testing, there's an R+, and travis erros look unrelated. Going to land.
https://github.com/mozilla-b2g/gaia/commit/b36d7d43f9c610def965ed7dba88219101aee073
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 9•11 years ago
|
||
status-b2g-v2.0:
--- → fixed
status-b2g-v2.1:
--- → fixed
Updated•11 years ago
|
Target Milestone: --- → 2.0 S4 (20june)
Comment 11•11 years ago
|
||
This issue has been verified successfully on Flame 2.0 &2.1.
See attachment: Verify_Video_Flame.MP4
Reproducing rate: 0/10
Flame v2.0 version:
Gaia-Rev 8d1e868864c8a8f1e037685f0656d1da70d08c06
Gecko-Rev https://hg.mozilla.org/releases/mozilla-b2g32_v2_0/rev/c756bd8bf3c3
Build-ID 20141127000203
Version 32.0
Flame v2.1 version:
Gaia-Rev 5372b675e018b6aac97d95ff5db8d4bd16addb9b
Gecko-Rev https://hg.mozilla.org/releases/mozilla-b2g34_v2_1/rev/f34377ae402b
Build-ID 20141127001201
Version 34.0
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•