[Webkit-unassigned] [Bug 137915] Overflowing scroll problems when CSS perspective is active in HTML tag
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 8 11:10:54 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=137915
DJ Madeira <djmadeira at me.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djmadeira at me.com
--- Comment #1 from DJ Madeira <djmadeira at me.com> ---
I can confirm seeing this same bug in Chrome Canary & Safari. It seems to be related to the height of absolute & fixed position elements being calculated differently on perspective vs. not parents; see demo: http://codepen.io/djmadeira/pen/JoqgGE
The perspective child has the height of its parent, even though the parent doesn't have position: relative, but the other div correctly gets it's height from the root.
I should note that I see the same behavior in Firefox; maybe this is intentional, just arcane?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150408/af59f52c/attachment.html>
More information about the webkit-unassigned
mailing list