> **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:

  fix as  second  review

-------------

Changes:
  - all: https://git.openjdk.org/jfx/pull/2111/files
  - new: https://git.openjdk.org/jfx/pull/2111/files/5cbb8389..66cd60f0

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx&pr=2111&range=02
 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=2111&range=01-02

  Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 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

Reply via email to