WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
250901
Most calls to style.hasTransform() should probably use style.affectsTransform()
https://bugs.webkit.org/show_bug.cgi?id=250901
Summary
Most calls to style.hasTransform() should probably use style.affectsTransform()
Simon Fraser (smfr)
Reported
2023-01-20 08:54:39 PST
We need to check the usage of style.hasTransform(), which ignores the individual transform properties. In most cases, .effectsTransform() is probably the one we should use.
Attachments
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2023-01-20 09:19:51 PST
We should just remove hasTransform() such that everything uses affectsTransform(). Anything that needs to check whether a value was set using the "transform" property can look at transform().
Radar WebKit Bug Importer
Comment 2
2023-01-27 08:55:17 PST
<
rdar://problem/104747529
>
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