[Webkit-unassigned] [Bug 186336] Regression(AsyncImageDecoding): HTML 'load' event fires before images have rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 20:43:54 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=186336

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
I confirmed it is a regression from async image decoding by updating RenderBoxModelObject::decodingModeForImageDraw(const Image&, const PaintInfo&) to always return DecodingMode::Synchronous. This made the bug go away.

I seem to remember there is a way for users to opt out of async image decoding for <img> elements. However, I do not think there is such thing for images loaded from CSS?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180606/2917e5e6/attachment.html>


More information about the webkit-unassigned mailing list