[Webkit-unassigned] [Bug 156097] Changing canvas height immediately after page load does not relayout canvas
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 8 17:18:50 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=156097
--- Comment #14 from Antoine Quint <graouts at webkit.org> ---
Per the spec, all replaced content, which <canvas> is considered to be, have their width and height attributes affect their layout values should there not be any CSS properties set to control them. So in this case, there is definitely a bug since width and height are "auto". RenderImage::repaintOrMarkForLayout() does what we want here, we may need to bring this up to RenderReplaced.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160609/d41b606b/attachment-0001.html>
More information about the webkit-unassigned
mailing list