[Webkit-unassigned] [Bug 22159] Focus ring smears when element moved by animations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 20 21:26:59 PST 2008


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





------- Comment #3 from simon.fraser at apple.com  2008-11-20 21:26 PDT -------
The problem is that RenderBox::absoluteClippedOverflowRect() only looks at the
outline size on the style of the element being laid out, but not any of its
contents. We could either grovel through the child objects looking at outline
size, or just use view->maximalOutlineSize().


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