> **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.
Jay Bhaskar has updated the pull request incrementally with one additional commit since the last revision: changes recommended by review ------------- Changes: - all: https://git.openjdk.org/jfx/pull/2111/files - new: https://git.openjdk.org/jfx/pull/2111/files/cc707cc8..5cbb8389 Webrevs: - full: https://webrevs.openjdk.org/?repo=jfx&pr=2111&range=01 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=2111&range=00-01 Stats: 8 lines in 2 files changed: 6 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jfx/pull/2111.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/2111/head:pull/2111 PR: https://git.openjdk.org/jfx/pull/2111
