WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
247130
Elements with `position: sticky` jitter inside a container with `overflow-x: clip;`
https://bugs.webkit.org/show_bug.cgi?id=247130
Summary
Elements with `position: sticky` jitter inside a container with `overflow-x: ...
Matias
Reported
2022-10-27 09:18:59 PDT
When you put an element with `position: sticky` inside a container that has `overflow-x: clip;` the position of the sticky element behaves erratically when scrolling. It jumps up and down by 1-2px. Reproduction:
https://codepen.io/enyo/pen/xxzboep
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-10-27 12:20:46 PDT
<
rdar://problem/101645570
>
Simon Fraser (smfr)
Comment 2
2022-11-11 10:11:27 PST
We've got a clipping layer with infinite height: (GraphicsLayer 0x6631351f0 "ancestor clipping" (position 109.00 -16777216.00) (bounds 600.00 33554430.00)
Simon Fraser (smfr)
Comment 3
2022-11-11 17:25:26 PST
Pull request:
https://github.com/WebKit/WebKit/pull/6417
EWS
Comment 4
2022-11-13 08:50:53 PST
Committed
256618@main
(854716970c07): <
https://commits.webkit.org/256618@main
> Reviewed commits have been landed. Closing PR #6417 and removing active labels.
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