Bug 288648
Summary: | Split sizing and positioning calculations in absolutely positioned layout | ||
---|---|---|---|
Product: | WebKit | Reporter: | fantasai <fantasai.bugs> |
Component: | Layout and Rendering | Assignee: | fantasai <fantasai.bugs> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 288531, 289914 |
fantasai
Our current abspos implementation mixes together size and position calculations in a way that is
a) inefficient, and
b) redundant, and
c) difficult to build on top of
If we want to support things like alignment (#288531) in absolute positioning, then it would be good to untangle this mess so that we can implement it once rather than 4x.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/145690034>
EWS
Committed 291298@main (94ca2b0f3836): <https://commits.webkit.org/291298@main>
Reviewed commits have been landed. Closing PR #41492 and removing active labels.