On Wed, 18 Mar 2026 04:37:07 GMT, Jay Bhaskar <[email protected]> wrote:
> **Issue:** Animated GIF images displayed in a WebView show only the first > frame and do not animate. This occurs regardless of how the GIF is loaded: > <img> tag with file:/// URL via WebEngine.loadContent() > <img> tag with file:/// URL via WebEngine.load() loading an HTML file > > Solution : Animation was not working because the decoder never reported > Complete, so WebKit never started the animation engine. Make the status > complete once the full frame is received. This pull request has now been integrated. Changeset: d1eb333a Author: Jay Bhaskar <[email protected]> URL: https://git.openjdk.org/jfx/commit/d1eb333a8d15404a54011fe7baa6836c1d8dd1db Stats: 105 lines in 4 files changed: 103 ins; 0 del; 2 mod 8378226: Animated GIFs do not animate after WebKit 620.1 update Reviewed-by: arapte, hmeda ------------- PR: https://git.openjdk.org/jfx/pull/2111
