Skip to content

Instantly share code, notes, and snippets.

@imbushuo
Last active April 1, 2017 05:21
Show Gist options
  • Save imbushuo/75dbf7bf318d38661a39518076f1f351 to your computer and use it in GitHub Desktop.
Save imbushuo/75dbf7bf318d38661a39518076f1f351 to your computer and use it in GitHub Desktop.
Widget:Bilibili Incident Report 17/03/31

Widget:Bilibili Incident Report 17/03/31

Reproduce steps

  1. Open specific page that contains video collection with post-modified video entities.
  2. Title and video index might not match.

Root cause

The current logic of sorting is inconsistent with backend design. All video entities have been sorted prior to server's response.

Fix

Client-side sorting has been removed since it is not necessary and causes inconsistency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment