Bug 295964
Summary: | [css-anchor-position-1] scrollbars are not handled correctly | ||
---|---|---|---|
Product: | WebKit | Reporter: | fantasai <fantasai.bugs> |
Component: | Layout and Rendering | Assignee: | Kiet Ho <kiet.ho> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, kiet.ho, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://github.com/web-platform-tests/wpt/pull/54863 | ||
Bug Depends on: | |||
Bug Blocks: | 289743, 291856 |
fantasai
We're not doing the math for scrollbars correctly, which is causing us to fail https://wpt.live/css/css-anchor-position/anchor-position-borders-002.html
A variant of the test using position-area fails less badly, only failing in cases with scrollbars on the left side. (It passes in other writing modes.)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/155852237>
fantasai
Now that we've integrated PositionedLayoutConstraints into anchor() handling, we're just failing due to the RTL scrollbars.
fantasai
Now that we've integrated PositionedLayoutConstraints into anchor() handling, we're just failing due to the RTL scrollbars.
Kiet Ho
Pull request: https://github.com/WebKit/WebKit/pull/50330
EWS
Committed 300018@main (2b1d3c03ed71): <https://commits.webkit.org/300018@main>
Reviewed commits have been landed. Closing PR #50330 and removing active labels.
Kiet Ho
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/54863
EWS
Committed 297297.430@safari-7622-branch (88219ea809dd): <https://commits.webkit.org/297297.430@safari-7622-branch>
Reviewed commits have been landed. Closing PR #3654 and removing active labels.