Page MenuHomePhabricator

Regression with gifs not making it to the cache. Makes them not appear in gallery.
Closed, ResolvedPublic

Description

Noticed it when tapping the animated gif on "enwiki > tangent".

Tap on that image and you see the first image in the gallery instead of the animated gif.

  • set a breakpoint inside "- (BOOL)isLargeEnoughForGalleryInclusion" after the "imageFromAppImageCache" line.
  • load the "enwiki > tangent"
  • tap the animated gif
  • the breakpoint should trip, and you can see the image returned by "imageFromAppImageCache" is nil

Event Timeline

Just confirmed this is not a regression from the app store release, sorry. I remember testing with this image... perhaps it regressed in a recent release?

To test:

  1. Open the "tangent" article
  2. Scroll down until you see the animated gif
  3. Tap on the animated gif
  4. Verify the gallery opens showing the animated gif

Testing on Wikipedia app 5.0.5 (884) on iOS 9.3.2 iPhone. This is fixed as the gif continues to animate when opened in the image gallery.

JMinor raised the priority of this task from Medium to High.Jun 27 2016, 9:16 PM
JMinor moved this task from Needs Triage to Bug Backlog on the Wikipedia-iOS-App-Backlog board.
JMinor lowered the priority of this task from High to Medium.Jun 30 2016, 6:35 PM
JMinor edited projects, added iOS-app-v5.0.5-Fever; removed iOS-app-v5.1.0-Saturn.

Verified gifs in tanget are in gallery in 5.0.5 893