[Webkit-unassigned] [Bug 55173] focused link doesn't respect bottom margin in overflow hidden
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 28 12:40:05 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55173
Levi Weintraub <leviw at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dglazkov at chromium.org
--- Comment #3 from Levi Weintraub <leviw at chromium.org> 2011-02-28 12:40:05 PST ---
Things get a little trickier for me in this shadow DOM case. In the case of a readonly input element, the shadow root node renderer reports that its overflow is hidden, which seems like the right style since we don't want scrollbars nor overflow to paint outside the input element. Does it then make sense to explicitly check for a shadowAncestorNode in canBeProgramaticallyScrolled? Do we only want to explicitly allow scrolling in input shadow DOMs or all shadow DOMs?
--
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