Closed
Bug 1758018
Opened 3 years ago
Closed 3 years ago
Improve helpers testing relatively or sticky positioning
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1758018 Part 2 - Add helpers testing only "position:relative", and adapt them at some callsites.
48 bytes,
text/x-phabricator-request
|
Details | Review |
Details in upcoming patches. This bug is a refactor, and shouldn't change the behavior.
Assignee | ||
Comment 1•3 years ago
|
||
nsIFrame::IsRelativelyPositioned()
tests "position:relative" or
"position:sticky", but its naming is misleading until you've dug into the
underlying helper nsStyleDisplay::IsRelativelyPositionedStyle()
.
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D140273
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/fddea12302c1
Part 1 - Rename the helpers testing "position:relative" or "position:sticky". r=emilio
https://hg.mozilla.org/integration/autoland/rev/cc71e15ff361
Part 2 - Add helpers testing only "position:relative", and adapt them at some callsites. r=emilio
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fddea12302c1
https://hg.mozilla.org/mozilla-central/rev/cc71e15ff361
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•