hyperchat send display issues with GIF profiles #6010

Closed
opened 2021-05-03 22:39:15 +02:00 by tzarebczan · 1 comment
tzarebczan commented 2021-05-03 22:39:15 +02:00 (Migrated from github.com)

On send, it shows a larger placeholder/no first frame:
image

On view, you won't see the first frame until you mouse over.

On send, it shows a larger placeholder/no first frame: ![image](https://user-images.githubusercontent.com/8120721/116930690-11adad80-ac2e-11eb-9dc5-637719c2360c.png) On view, you won't see the first frame until you mouse over.
infinite-persistence commented 2021-05-12 10:05:31 +02:00 (Migrated from github.com)

This affects all places where we freeze the GIFs (FreezeFrameWrapper).

Depending on the timing, FreezeFrameWrapper won't have a src to freeze until the lazy-loader loads the actual src.

Need to delay the freeze effect until the gif has been loaded. Or revert the lazy-load.

This affects all places where we freeze the GIFs (`FreezeFrameWrapper`). Depending on the timing, `FreezeFrameWrapper` won't have a `src` to freeze until the lazy-loader loads the actual `src`. Need to delay the freeze effect until the gif has been loaded. Or revert the lazy-load.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#6010
No description provided.