Closed
Bug 1388557
Opened 7 years ago
Closed 7 years ago
We should call RequestRestyle(Layer) when we attach orphaned element which has script animations to document
Categories
(Core :: DOM: Animation, defect, P3)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(1 file)
I did observe this while I am trying to fix bug 1379516.
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•7 years ago
|
||
It turned out that the test case for this bug [1] does not pass without fixing bug 1417354.
[1] https://hg.mozilla.org/mozilla-central/file/fb881aff4e4e/dom/animation/test/mozilla/file_restyles.html#l1312
Depends on: 1417354
Assignee | ||
Comment 2•7 years ago
|
||
Blocking bug 1419851, it's related more or less.
Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8952030 [details]
Bug 1388557 - Call RequestRestyle(Layer) in the case where we attach orphaned animating element to the document.
https://reviewboard.mozilla.org/r/221250/#review227082
Again, I'm concerned about the extra hashmap lookup but I assume MayHaveAnimations will very rarely be true in this case so it's ok.
Attachment #8952030 -
Flags: review?(bbirtles) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•7 years ago
|
||
Pushed by hikezoe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2c23d6d439b2
Call RequestRestyle(Layer) in the case where we attach orphaned animating element to the document. r=birtles
Comment 8•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•6 years ago
|
status-firefox57:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•