[Webkit-unassigned] [Bug 18751] [Transforms] Textfields behave badly with transforms (caret, focus ring, redraw)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 6 18:15:03 PST 2008


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


simon.fraser at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org




------- Comment #5 from simon.fraser at apple.com  2008-11-06 18:15 PDT -------
Content updating is broken by LayoutState issues. When typing in a textarea,
FrameView::layout() is laying out a subtree, in which case it pushes a
LayoutState for the root (which is ignoring transforms).
RenderBox::computeAbsoluteRepaintRect() then picks up that LayoutState and gets
an offset that ignores transforms.


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



More information about the webkit-unassigned mailing list