Details open with transition delay doesn't reset child position after closing
Categories
(Core :: CSS Transitions and Animations, defect)
Tracking
()
People
(Reporter: mark.slater, Unassigned, NeedInfo)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
1.24 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0
Steps to reproduce:
- Load attached HTML file.
- Click on the details summary
- NAV shows and has the new margin-top applied, with animation
- Click on details summary again to hide the NAV
- Click details summary again, the child NAV item still has the margin-top applied, without animation
Actual results:
NAV did not have transition-duration delay applied.
Expected results:
NAV should have reset to margin-top:0px; after closing
Comment 1•3 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Web Painting' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 months ago
|
||
The severity field is not set for this bug.
:tnikkel, could you have a look please?
For more information, please visit BugBot documentation.
![]() |
||
Comment 3•2 months ago
|
||
I can reproduce the issue on Nightly135.0a1 Windows11.
There are two behavior change regressions.
#1 Regression window (No animation on both first and second clicks):
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=f8a7091761965259a2be5bb4aafe8f60c72c3352&tochange=7727a42d1c22f09c2eb0d01fa6fd6500d1be5748
Suspect: Bug 1308080
#2 Partially fixed range (Only the animation on first click is fixed):
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=e2635b8bf747fe8542ea4442db5aca85bd94eb1b&tochange=6904d078df0be1cd17df43b3ed219a17708386b8
Suspect: Bug 1789166
Comment 4•2 months ago
|
||
Safari never seems to show the animation.
Chrome seems to show the animation about 40% of the time.
So is this actually a Firefox bug then or something about the testcase?
Updated•2 months ago
|
Comment 5•1 months ago
|
||
The severity field is not set for this bug.
:alaskanemily, could you have a look please?
For more information, please visit BugBot documentation.
Description
•