Closed
Bug 946573
Opened 12 years ago
Closed 12 years ago
Transitions do not work on child elements with overflow property set
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 625289
People
(Reporter: whatch, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
924 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:18.0) Gecko/20100101 Firefox/18.0 (Beta/Release)
Build ID: 20130104151948
Steps to reproduce:
Perhaps similar to 913588, children of a parent with overflow property set (ie. auto, hidden, etc) do not respect CSS transitions.
Actual results:
No transition on child element
Expected results:
Child element should respect css transitions. The child element does, in fact, work IF you remove the overflow property from the parent element.
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•