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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 3 21:54:38 PDT 2010


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |HasReduction, InRadar
                 CC|                            |mitz at webkit.org,
                   |                            |ojan at chromium.org,
                   |                            |ojan at google.com
     Ever Confirmed|0                           |1




--- Comment #1 from mitz at webkit.org  2010-05-03 21:54:38 PST ---
<rdar://problem/7100751>

The layout state at the time of repaint has an incorrect offset. It’s a subtree
layout and the LayoutState::LayoutState(RenderObject*) constructor, called with
the textarea as the root, does not account for the scroll offset of the
container (the div).

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