Closed
Bug 1207736
Opened 10 years ago
Closed 8 years ago
[Music][NGA] Thumbnails missing for list views
Categories
(Firefox OS Graveyard :: Gaia::Music, defect, P1)
Tracking
(Not tracked)
RESOLVED
WONTFIX
FxOS-S8 (02Oct)
People
(Reporter: justindarc, Unassigned)
References
Details
Attachments
(3 files)
We are now un-blocked from adding thumbnail images to list views:
https://github.com/gaia-components/gaia-fast-list/pull/8
We need to add thumbnail images in the correct places to mirror the existing functionality of Music OGA.
| Reporter | ||
Updated•10 years ago
|
Assignee: nobody → jdarcangelo
Status: NEW → ASSIGNED
Depends on: 1196333
Priority: -- → P1
Target Milestone: --- → FxOS-S8 (02Oct)
Comment 1•10 years ago
|
||
| Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8665123 [details] [review]
[gaia] justindarc:bug1207736 > mozilla-b2g:master
squib: We should be "feature complete" after this patch :-)
Attachment #8665123 -
Flags: review?(squibblyflabbetydoo)
Updated•10 years ago
|
Attachment #8665123 -
Flags: review?(squibblyflabbetydoo) → review+
| Reporter | ||
Comment 3•10 years ago
|
||
Landed on master:
https://github.com/mozilla-b2g/gaia/commit/165a95e25c03c342f1a134ec0afcee264924ec58
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Hi Justin,
I have verified this issue on latest build of Flame KK v2.5, but it still seems not well, and some thumbnails are missing. When you pan down up the list, some thumbnails could be displayed but some can't still.
See attachment: Flame_KK v2.5.3gp and logcat_0018.txt
Device: Flame KK v2.5
Build ID 20150928150204
Gaia Revision 01ffe82cf088ca8fda9fe6783dc5cad2c3dde01c
Gaia Date 2015-09-28 08:49:32
Gecko Revision https://hg.mozilla.org/mozilla-central/rev/031db40e2b558c7e4dd0b4c565db4a992c1627c8
Gecko Version 44.0a1
Device Name flame
Firmware(Release) 4.4.2
Firmware(Incremental) eng.cltbld.20150928.182514
Firmware Date Mon Sep 28 18:25:26 EDT 2015
Firmware Version v18D v4
Bootloader L1TC000118D0
Flags: needinfo?(jdarcangelo)
| Reporter | ||
Comment 6•10 years ago
|
||
(In reply to Jessica from comment #4)
> Created attachment 8667078 [details]
> Flame_KK v2.5.3gp
>
> Hi Justin,
> I have verified this issue on latest build of Flame KK v2.5, but it
> still seems not well, and some thumbnails are missing. When you pan down up
> the list, some thumbnails could be displayed but some can't still.
> See attachment: Flame_KK v2.5.3gp and logcat_0018.txt
>
> Device: Flame KK v2.5
> Build ID 20150928150204
> Gaia Revision 01ffe82cf088ca8fda9fe6783dc5cad2c3dde01c
> Gaia Date 2015-09-28 08:49:32
> Gecko Revision
> https://hg.mozilla.org/mozilla-central/rev/
> 031db40e2b558c7e4dd0b4c565db4a992c1627c8
> Gecko Version 44.0a1
> Device Name flame
> Firmware(Release) 4.4.2
> Firmware(Incremental) eng.cltbld.20150928.182514
> Firmware Date Mon Sep 28 18:25:26 EDT 2015
> Firmware Version v18D v4
> Bootloader L1TC000118D0
Hmm.. May be an issue with the <gaia-fast-list>. Setting NI? for :wilsonpage.
Flags: needinfo?(jdarcangelo) → needinfo?(wilsonpage)
Comment 7•10 years ago
|
||
I haven't been able to reproduce the bug that can be seen in the video. I'm guessing it could be a race condition to do with the code that revokes the ObjectURL [1].
[1] https://github.com/mozilla-b2g/gaia/blob/master/apps/music/views/songs/view.js#L108
Flags: needinfo?(wilsonpage) → needinfo?(jdarcangelo)
| Reporter | ||
Comment 8•10 years ago
|
||
(In reply to Wilson Page [:wilsonpage] from comment #7)
> I haven't been able to reproduce the bug that can be seen in the video. I'm
> guessing it could be a race condition to do with the code that revokes the
> ObjectURL [1].
>
> [1]
> https://github.com/mozilla-b2g/gaia/blob/master/apps/music/views/songs/view.
> js#L108
It could either be that or maybe related to Bug 1209716 which is about an album art race condition. Re-opening to take a closer look.
Status: RESOLVED → REOPENED
Flags: needinfo?(jdarcangelo)
Resolution: FIXED → ---
Comment 9•10 years ago
|
||
Wait a second... NGA music isn't actually using the album art cache correctly. album_art_cache.js manages caching of blob: URLs so that they never get revoked. While we could move this behavior out of album_art_cache.js and into something else, we should probably have some kind of session cache for blob: URLs.
Comment 10•10 years ago
|
||
Is this still an issue? Based on the description, this seems to be working fine now.
Flags: needinfo?(jdarcangelo)
| Reporter | ||
Comment 11•9 years ago
|
||
Not working on this. Unassigning myself.
Assignee: jdarcangelo → nobody
Flags: needinfo?(jdarcangelo)
Comment 12•8 years ago
|
||
Firefox OS is not being worked on
Status: REOPENED → RESOLVED
Closed: 10 years ago → 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•