Closed
Bug 923538
Opened 11 years ago
Closed 11 years ago
CSS transition failed on DOM change parent element style overflow: hidden
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 625289
People
(Reporter: 7raivis, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36
Steps to reproduce:
Toggle class name with overflow: hidden to parent element of transition animated element.
Test-case http://jsbin.com/eZOsEja/3/edit (Click on link to check if transition is affected).
Actual results:
No CSS transition is fired.
Expected results:
Run transition.
The bug does not appears on any other browser that is not related to Mozilla.
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
![]() |
||
Updated•11 years ago
|
Whiteboard: DUPEME
![]() |
||
Comment 1•11 years ago
|
||
Binyamin, thank you for the bug report! This is part of a general class of problems where style changes on a parent that need to reconstruct its CSS box inhibit transitions on the child. :(
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
(In reply to Boris Zbarsky [:bz] from comment #1)
> *** This bug has been marked as a duplicate of bug 625289 ***
#625289 seems related to CSS position change. This bug #923538 is related to overflow: hidden.
You need to log in
before you can comment on or make changes to this bug.
Description
•