Closed
Bug 1882741
Opened 9 months ago
Closed 9 months ago
[Inactive CSS] Do not show a warning when align-content is used on block containers
Categories
(DevTools :: Inspector: Rules, defect, P2)
DevTools
Inspector: Rules
Tracking
(firefox125 fixed, firefox126 fixed)
RESOLVED
FIXED
126 Branch
People
(Reporter: sebo, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
Bug 1684236 added support for align-content
on block containers. This is currently behind the pref layout.css.align-content.blocks.enabled
.
Therefore, we should not warn anymore when using align-content
in this context if the pref is enabled.
Sebastian
Assignee | ||
Comment 1•9 months ago
|
||
Updated•9 months ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•9 months ago
|
||
Thanks for providing a patch, Nicolas! Actually, I wanted to work on it today, though you were a little faster. :-)
Sebastian
Assignee | ||
Updated•9 months ago
|
Severity: -- → S3
Type: enhancement → defect
Priority: -- → P2
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/44ee710d3a49
[devtools] Do not show inactive CSS warning for align-content on (inline-)block elements. r=devtools-reviewers,fluent-reviewers,bolsson,ochameau.
Comment 4•9 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
Assignee | ||
Comment 5•9 months ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D203408
Updated•9 months ago
|
Attachment #9392507 -
Flags: approval-mozilla-beta?
Comment 6•9 months ago
|
||
Uplift Approval Request
- User impact if declined: DevTools Inspector could indicate that a property (align-content) has no effect although it does
- Risk associated with taking this patch: low
- Is Android affected?: no
- Needs manual QE test: no
- String changes made/needed: inactive-css-not-grid-or-flex-or-block-container-fix was added in this patch
- Code covered by automated testing: yes
- Explanation of risk level: devtools-only , covered in test
- Fix verified in Nightly: no
- Steps to reproduce for manual QE testing: -
Comment 7•9 months ago
|
||
This patch adds a new string. Any concerns with taking this uplift into 125.0b3?
Flags: needinfo?(bolsson)
Comment 8•8 months ago
|
||
Sorry for the delay.
Considering the content and visibility of the string in question, I don't have a concern with uplifting the single string.
Flags: needinfo?(bolsson)
Updated•8 months ago
|
Attachment #9392507 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•8 months ago
|
status-firefox125:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•