[Webkit-unassigned] [Bug 38506] Regression (r41792): Repaint issue with textarea inside overflow:scroll div

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 2 11:35:59 PDT 2010


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #55437|review?                     |review+
               Flag|                            |




--- Comment #5 from mitz at webkit.org  2010-06-02 11:35:58 PST ---
(From update of attachment 55437)
> +        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?

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