[Webkit-unassigned] [Bug 116994] Setting overflow:hidden on position:absolute does not repaint hidden content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 29 04:38:30 PDT 2014


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





--- Comment #30 from Radu Stavila <stavila at adobe.com>  2014-05-29 04:38:52 PST ---
(From update of attachment 205060)
View in context: https://bugs.webkit.org/attachment.cgi?id=205060&action=review

> Source/WebCore/rendering/RenderLayerModelObject.cpp:80
> +bool RenderLayerModelObject::shouldUseClipForRepaint(RenderObject* container) const

this->container() is RenderElement, so the paramater passed to this function should also be RenderElemenet.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list