WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
252985
!important properties are not handled correctly when an element has both transition and animation running
https://bugs.webkit.org/show_bug.cgi?id=252985
Summary
!important properties are not handled correctly when an element has both tran...
Antti Koivisto
Reported
2023-02-27 04:50:18 PST
See the FIXME in TreeResolver::createAnimatedElementUpdate(): // The cascade may override animated properties and have dependencies to them. // FIXME: This is wrong if there are both transitions and animations running on the same element. applyCascadeAfterAnimation(*animatedStyle, animatedProperties, styleable.hasRunningTransitions(), *resolvedStyle.matchResult, element, resolutionContext); We should handle transitions and animations separately.
Attachments
Test
(472 bytes, text/html)
2023-03-21 09:04 PDT
,
Antoine Quint
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-02-27 04:52:40 PST
<
rdar://problem/105970843
>
Antoine Quint
Comment 2
2023-03-21 09:04:33 PDT
Created
attachment 465540
[details]
Test
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug