[Webkit-unassigned] [Bug 55173] focused link doesn't respect bottom margin in overflow hidden
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 25 15:52:01 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55173
Levi Weintraub <leviw at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hyatt at apple.com
--- Comment #1 from Levi Weintraub <leviw at chromium.org> 2011-02-25 15:52:01 PST ---
I believe the fix for this is really simple and belong here: http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/RenderLayer.cpp#L1429
You'll notice the else if statement checks to see if the box can be programmatically scrolled, but not this if. Making that change makes this and other scrolling problems with overflow:hidden go away. Adding Hyatt to confirm.
--
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