Closed Bug 2054436 Opened 1 month ago Closed 1 month ago

Daily crossword widget content overflows and clips past the bottom container boundary

Categories

(Firefox :: New Tab Page, defect, P1)

Desktop
All
defect

Tracking

()

RESOLVED FIXED
154 Branch
Tracking Status
firefox154 --- fixed

People

(Reporter: csasca, Assigned: maxx)

References

(Blocks 2 open bugs)

Details

Attachments

(2 files)

Affected versions

  • Firefox 154.0a1 (2026-07-13)

Affected platforms

  • macOS 26.5.2
  • Ubuntu 26.04
  • Windows 11

Steps to reproduce

  1. Enable the Particle Crossword widget
  2. Set it to medium size if it isn't already
  3. Start a new game

Expected result

  • The content is rendered correctly, the widget is expanded to Large automatically when a new game is started

Actual result

  • The content clips past the widget's medium viewport, and it doesn't expand when a new game is started

Regression range

  • New feature

Additional Notes

  • The issue can be seen in the attachment

2 ways so far to resolve in our css

  1. change this .start-card-shell so it is justified to the top vs. center
  2. From Particle: "dug a little bit into this with the nightly and saw that the .crossword-frame style was using flex: 1, but the iframe’s computed min-height was still auto. Since the iframe had no explicit height, it seems like it was falling back to 150px, and the automatic minimum size was preventing it from shrinking to the available medium height.

I tested adding min-block-size: 0 to .crossword-frame in DevTools. The iframe immediately resized from 311.25 × 150 to 311.25 × 74.75, and the widget fit the wrapper correctly."

Priority: -- → P1
Assignee: nobody → mcrawford
Status: NEW → ASSIGNED
Pushed by mcrawford@mozilla.com: https://github.com/mozilla-firefox/firefox/commit/cda436b892f1 https://hg.mozilla.org/integration/autoland/rev/c1ccb069164b Fix Daily Crossword widget clipping and auto-size it to large while a puzzle is in progress. r=reemhamz
Pushed by sstanca@mozilla.com: https://github.com/mozilla-firefox/firefox/commit/b4b9a39b817b https://hg.mozilla.org/mozilla-central/rev/ed918eb6fefe Fix Daily Crossword widget clipping and auto-size it to large while a puzzle is in progress. r=reemhamz
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
QA Whiteboard: [S3][QA-5007][qa-found-in-c154] → [S3][QA-5007][qa-found-in-c154][qa-ver-needed-c155/b154]
Flags: qe-verify+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: