[webkit-reviews] review granted: [Bug 38506] Regression (r41792): Repaint issue with textarea inside overflow:scroll div : [Attachment 55437] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 2 11:35:57 PDT 2010
mitz at webkit.org has granted James Robinson <jamesr at chromium.org>'s request for
review:
Bug 38506: Regression (r41792): Repaint issue with textarea inside
overflow:scroll div
https://bugs.webkit.org/show_bug.cgi?id=38506
Attachment 55437: Patch
https://bugs.webkit.org/attachment.cgi?id=55437&action=review
------- Additional Comments from mitz at webkit.org
> + RenderLayer* layer = toRenderBoxModelObject(container)->layer();
Although inspection of the current code shows that it’s true, there is no great
guarantee that container is a RenderBoxModelObject. Do you think we can change
the signature of the constructor to require a RenderBoxModelObject?
Should this also initialize m_clipped and m_clipRect?
More information about the webkit-reviews
mailing list