`env()` in CSS variables incorrect
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox122 | --- | unaffected |
firefox123 | + | fixed |
firefox124 | + | fixed |
People
(Reporter: 709922234, Assigned: dshin)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
145.36 KB,
image/png
|
Details | |
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0
Steps to reproduce:
https://codepen.io/mantou132/pen/poYwwBK?editors=1100
Actual results:
Gray block height is not 100%
Expected results:
Gray block height is 100%
Mozregression points to Bug 1855110 Part 3 causing this.
Updated•10 months ago
|
Updated•10 months ago
|
Comment 2•10 months ago
|
||
:dshin, since you are the author of the regressor, bug 1855110, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Comment 3•10 months ago
|
||
[Tracking Requested - why for this release]: we shouldn't ship this regression
Updated•10 months ago
|
Comment 4•10 months ago
|
||
emilio, can we get a severity set on this one? Thanks
Comment 5•10 months ago
|
||
Severity probably depends on whether this breaks websites, but it seems somewhat likely, specially for mobile sites, so let's go with S2. I don't expect the fix here to be super-complicated.
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Comment 6•10 months ago
|
||
Updated•10 months ago
|
Comment 10•10 months ago
|
||
bugherder |
Comment 12•10 months ago
|
||
The patch landed in nightly and beta is affected.
:dshin, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox123
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 13•10 months ago
|
||
Comment on attachment 9375804 [details]
Bug 1875673: Do not prevent early substitution of for non-registered or registered non-length variables when they reference font-relative properties. r=#style
Beta/Release Uplift Approval Request
- User impact if declined: Bug 1875673 comment 0
In the field, Bug 1875970 comment 0 (Though on shippable builds, it'd just give a "wrong" result rather than asserting)
Confirmed fix throughmozregression --launch 2024-01-24
and navigating to codepen example in Bug 1875673 comment 0 - Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Fix is simple (Adding one more logical check), WPT covers the usage well
- String changes made/needed:
- Is Android affected?: Yes
Comment 14•10 months ago
|
||
Comment on attachment 9375804 [details]
Bug 1875673: Do not prevent early substitution of for non-registered or registered non-length variables when they reference font-relative properties. r=#style
Approved for 123 beta 3, thanks.
Comment 15•10 months ago
|
||
uplift |
Comment 16•10 months ago
|
||
bugherder uplift |
Description
•