Closed
Bug 929757
Opened 11 years ago
Closed 11 years ago
Animating transform incorrectly affects height of containing element
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 928607
People
(Reporter: jugglinmike, Unassigned, NeedInfo)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Given three nested elements A, B, and C, where C is taller than B:
+-----------+
|A |
| +-------+ |
| |B | |
| | +---+ | |
| | | C | | |
| | | | | |
| +-------+ |
| | | |
| +---+ |
+-----------+
If B declares `overflow-y: hidden;` and C's `transform` attribute is modified, then A expands to contain C (even though B continues to "mask" C correctly).
I've attached a reduced test case that demonstrates this behavior in Firefox Nightly 27.0a1 (2013-10-22).
This was first discovered in Gaia--see bug 907177. As mentioned there, we believe this regression was introduced with the following commit: http://hg.mozilla.org/mozilla-central/rev/45d9e6cd3473
Reporter | ||
Updated•11 years ago
|
Summary: Animating transform causes incorrectly affects height of containing element → Animating transform incorrectly affects height of containing element
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•