Anchor resolution visits siblings in incorrect order
Categories
(Core :: Layout: Positioned, defect)
Tracking
()
People
(Reporter: jari, Assigned: jari)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [anchorpositioning:m1])
Attachments
(3 files, 1 obsolete file)
Web platform test case [.target 1] is the only one that fails from the file css/css-anchor-position/anchor-position-003.html. In this test case, there are multiple valid anchor divs side by side on the same level in the DOM tree. The last one of them is expected to get chosen, corresponding to the reverse tree order, while in reality the first one of them gets chosen. The outcome of this test is not expected to depend on features that are not yet implemented at this time.
| Assignee | ||
Comment 1•5 months ago
|
||
Updated•5 months ago
|
| Assignee | ||
Comment 2•5 months ago
|
||
Anchors with identical names are organized in tree order.
During restyling, the tree undergoes restructuring and the ordering of the frames may go wrong.
With this patch, the adjustments during restyling are recorded and applied only after the tree is ready.
Updated•4 months ago
|
Comment 3•4 months ago
|
||
Set release status flags based on info from the regressing bug 1924195
Updated•4 months ago
|
Updated•4 months ago
|
| Assignee | ||
Comment 4•4 months ago
•
|
||
| Assignee | ||
Comment 5•4 months ago
|
||
Here is a pernosco session for this same issue
Comment 8•4 months ago
|
||
Backed out SelectionActionDelegateTest.
Backout link: https://hg-edge.mozilla.org/integration/autoland/rev/4d1d20e45202f22b48f937639f255df6c93e6434
Failure log: https://treeherder.mozilla.org/logviewer?job_id=517786815&repo=autoland&lineNumber=14292
| Assignee | ||
Comment 9•4 months ago
|
||
Comment 10•3 months ago
|
||
Comment 11•3 months ago
|
||
Backed out for causing leak failures
Backout link: https://hg-edge.mozilla.org/integration/autoland/rev/038e49c082b553224477272207980eb0c6c9c522
Comment 12•3 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a6611a86996a
https://hg.mozilla.org/mozilla-central/rev/9ec68e348798
Updated•3 months ago
|
Comment 13•3 months ago
|
||
The patch landed in nightly and beta is affected.
:jari, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox142towontfix.
For more information, please visit BugBot documentation.
Updated•3 months ago
|
Comment 14•3 months ago
|
||
This got backed out, right?
| Assignee | ||
Updated•3 months ago
|
| Assignee | ||
Updated•3 months ago
|
| Assignee | ||
Updated•3 months ago
|
Updated•3 months ago
|
Comment 15•3 months ago
|
||
Comment 16•3 months ago
|
||
Backed out for causing wpt failures
- Backout link
- Push with failures
- Also see this
- Failure log
Failure line:TEST-UNEXPECTED-PASS | /css/css-anchor-position/anchor-position-circular.html | Testing http://web-platform.test:8000/css/css-anchor-position/anchor-position-circular.html == http://web-platform.test:8000/css/css-anchor-position/reference/anchor-position-circular-ref.html
Comment 17•3 months ago
|
||
backout was merged to central
Comment 18•3 months ago
|
||
Comment 19•3 months ago
•
|
||
Backed out for causing for causing wr failures @ anchor-position-circular.html
- Backout link
- Push with failures
- Failure Log
- Failure log -> wpt failure: https://treeherder.mozilla.org/?repo=autoland&duplicate_jobs=visible&group_state=expanded&selectedTaskRun=SmmdHLNrTjWpRhyjdNbtWQ.0&resultStatus=pending%2Crunning%2Csuccess%2Ctestfailed%2Cbusted%2Cexception%2Crunnable&fromchange=82776e4e0e5070d7bf2c1c894e57207fe8c43038&searchStr=Linux%2C24.04%2Copt%2CWeb%2Cplatform%2Ctests%2Ctest-linux2404-64%2Fopt-web-platform-tests%2Cwpt10
Comment 20•3 months ago
|
||
Comment 21•3 months ago
|
||
Backed out for causing wpt failures on anchor-name-003.html
Comment 22•3 months ago
|
||
Comment 23•3 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0825b0eeb519
https://hg.mozilla.org/mozilla-central/rev/2845a1497070
Updated•3 months ago
|
Updated•2 months ago
|
Description
•