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)
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
- Enable the Particle Crossword widget
- Set it to medium size if it isn't already
- 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
Comment 1•1 month ago
|
||
2 ways so far to resolve in our css
- change this
.start-card-shellso it is justified to the top vs. center - 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."
Updated•1 month ago
|
Priority: -- → P1
Updated•1 month ago
|
Blocks: hnt-train-hop-152-0-6
| Assignee | ||
Comment 2•1 month ago
|
||
Updated•1 month ago
|
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
Comment 5•1 month ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
Comment 6•1 month ago
|
||
| bugherder | ||
Updated•1 month ago
|
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.
Description
•