Bug 293111
| Summary: | REGRESSION (293217@main): continual text scaling animation after switching app back to Safari on iOS on old.reddit.com | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dbates, graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antoine Quint
Steps to reproduce:
1. navigate to https://old.reddit.com/r/bookbinding/comments/1k5en0x/some_embroidered_rebinds_ive_done/
2. Switch to Notes
3. Switch back to Safari
4. Observe weird text behavior
While the specified font-size on the elements that are animating is fixed at 12px, the text auto-sizing feature on iOS causes a different _computed_ font-size and since we're using that instead of the specified font-size to determine whether the font-size has changed, we yield transitions.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
rdar://151129940
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/45485
EWS
Committed 295010@main (c17bcea6b77a): <https://commits.webkit.org/295010@main>
Reviewed commits have been landed. Closing PR #45485 and removing active labels.
Karl Dubost
*** Bug 217807 has been marked as a duplicate of this bug. ***