Closed Bug 1733978 Opened 3 years ago Closed 3 years ago

gui-challenges.web.app/media-scroller doesn't work appropriately on Nightly

Categories

(Core :: Layout: Grid, defect)

defect

Tracking

()

RESOLVED FIXED
96 Branch
Tracking Status
firefox-esr78 --- unaffected
firefox-esr91 --- unaffected
firefox92 --- unaffected
firefox93 --- unaffected
firefox94 --- disabled
firefox95 --- disabled
firefox96 --- fixed

People

(Reporter: emilio, Assigned: sefeng)

References

(Regression, )

Details

(Keywords: regression)

Attachments

(1 file)

[Tracking Requested - why for this release]: Layout regression that could affect other sites.

Looking...

And the pref is only enabled in Nightly, do we still need the tracking flag?

Ah, guess not.

Blocks: 1732082

Set release status flags based on info from the regressing bug 1591366

I don't think the status-firefox95 is correct because this feature is currently Nightly only.

Flags: needinfo?(sefeng)
Assignee: nobody → sefeng

The severity field is not set for this bug.
:jwatt, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(jwatt)

Setting S3 since it's only affected on nightly builds.

Severity: -- → S3
Flags: needinfo?(jwatt)

The optimized code path for nested grid layout should only set the
BSize of the child frames, since this is what the optimization is
for.

Without the change, the ISize is always going to be set to 0 for
child frames which may break the layout. Sometimes, it is not
an issue because the ISize of the grid area gets updated, so
the cached measurement becomes invalid, and the ISize of the child
frame gets set to the correct one again.

Pushed by sefeng@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/93310707d7c5 Don't overwrite the ISize of child frames when optimizing nested grid layout r=mats
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/31581 for changes under testing/web-platform/tests
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
Upstream PR merged by moz-wptsync-bot
Regressions: 1740702
QA Whiteboard: [qa-96b-p2]
Regressions: 1746228
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: