Closed
Bug 1994674
Opened 5 months ago
Closed 4 months ago
Make position-try-fallbacks swap and adjust percentages and anchor lookups.
Categories
(Core :: CSS Parsing and Computation, task, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
(Whiteboard: [anchorpositioning:m2])
Attachments
(2 files)
flip-{block,inline} should also flip the percentages in the relevant axes for the inset properties.
| Assignee | ||
Updated•5 months ago
|
Updated•5 months ago
|
Whiteboard: [anchorpositioning:m2]
Updated•5 months ago
|
Points: --- → 3
| Assignee | ||
Updated•5 months ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•4 months ago
|
||
The flip-start logic is still not quite right, but the set-up is easy.
| Assignee | ||
Comment 2•4 months ago
|
||
We need to adjust for anchor-size(height) becoming anchor-size(width)
and so on. Luckily the infrastructure added on the previous patch
extends nicely to this.
And make the trait work with a mutable ref because it makes the calc
code a bit easier and more compact.
Pushed by ealvarez@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/fc08f7bd773b
https://hg.mozilla.org/integration/autoland/rev/61020f3c8146
Adjust margins / insets for flips. r=layout-anchor-positioning-reviewers,firefox-style-system-reviewers,dshin
Pushed by ealvarez@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5133ef8effde
https://hg.mozilla.org/integration/autoland/rev/37dcda84a0f2
Adjust sizes for flips. r=layout-anchor-positioning-reviewers,layout-reviewers,firefox-style-system-reviewers,dshin
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Updated•4 months ago
|
QA Whiteboard: [qa-triage-done-c147/b146]
You need to log in
before you can comment on or make changes to this bug.
Description
•