Card contents are not displayed as full width in Fx View
Categories
(Firefox :: Firefox View, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr128 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox142 | --- | unaffected |
| firefox143 | --- | verified |
| firefox144 | --- | verified |
People
(Reporter: kcochrane, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fidefe-firefox-view])
Attachments
(2 files)
|
212.70 KB,
image/png
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
The contents of collapsible cards in Firefox View are no longer displaying full width after changes in bug 1941406. Per :emilio, the fix is likely just to add ::details-content { display: contents }.
Updated•8 months ago
|
Comment 1•8 months ago
|
||
Set release status flags based on info from the regressing bug 1941406
:dholbert, since you are the author of the regressor, bug 1941406, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Comment 2•8 months ago
|
||
The suggested fix in comment 0 sounds correct to me, FWIW. (It's the right way to explicitly get the behavior that we had before we implemented this spec-change, basically.)
:kcochrane are you planning on taking this (or do you know of someone else who's got this)?
| Reporter | ||
Comment 3•8 months ago
|
||
:emilio will submit a patch for this today
| Reporter | ||
Updated•8 months ago
|
| Assignee | ||
Updated•8 months ago
|
| Assignee | ||
Comment 4•8 months ago
|
||
While at it nest the prefers-contrast rule (and forced-colors implies
prefers-contrast, so simplify it).
Comment 6•8 months ago
|
||
| bugherder | ||
| Assignee | ||
Comment 8•8 months ago
|
||
Comment on attachment 9511452 [details]
Bug 1986767 - Fix visual regression in firefox view cards. r=kcochrane
Beta/Release Uplift Approval Request
- User impact if declined/Reason for urgency: comment 0
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: comment 0
- List of other uplifts needed: none
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Restores previous behavior.
- String changes made/needed: none
- Is Android affected?: No
| Assignee | ||
Updated•8 months ago
|
Comment 9•8 months ago
|
||
Comment on attachment 9511452 [details]
Bug 1986767 - Fix visual regression in firefox view cards. r=kcochrane
Approved for 143.0rc1.
Updated•8 months ago
|
Comment 10•8 months ago
|
||
| uplift | ||
Updated•8 months ago
|
Updated•8 months ago
|
Comment 11•8 months ago
|
||
Reproduced the issue with Firefox 143.0b9 on Windows 10x64 by following the steps from comment 0. The content inside Firefox view cards is not expanding to the card width.
The issue si verified fixed with 143.0b10 (20250906223326) from comment 10 and 144.0a1 (2025-09-08) on Windows 10x64, macOS 15 and Ubuntu 24. The content inside Firefox view cards is now using all width.
Description
•