Bug 250901
| Summary: | Most calls to style.hasTransform() should probably use style.affectsTransform() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, graouts, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=250909 | ||
| Bug Depends on: | 247299, 250387 | ||
| Bug Blocks: | |||
Simon Fraser (smfr)
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
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
<rdar://problem/104747529>