fire-eggs / YAIV

"Yet Another Image Viewer"
MIT License
3 stars 0 forks source link

Unresponsive with full-screen GIFs #118

Open fire-eggs opened 1 year ago

fire-eggs commented 1 year ago

YAIV may be unresponsive when playing some GIFs in slideshow.

When a problematic GIF is playing, attempting to navigate to next or prev image does nothing until the slideshow "change slide" timeout fires. At that point, pending keystrokes happen.

Hypothesis: the GIF playback, with resizing, takes too long and FLTK event processing isn't happening. Possibly need a FLTK event check in the GIF playback cycle?