CSS value suggestion for white-space doesn't include normal, pre, pre-line, pre-wrap
Categories
(DevTools :: Inspector: Rules, defect)
Tracking
(firefox-esr115 unaffected, firefox-esr128 fixed, firefox129 wontfix, firefox130 fixed, firefox131 fixed)
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | fixed |
firefox129 | --- | wontfix |
firefox130 | --- | fixed |
firefox131 | --- | fixed |
People
(Reporter: kevin, Assigned: jfkthame)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-esr128+
|
Details | Review |
With Firefox 124 and later, including the latest Nightly, the CSS values suggested by the rules editor in the inspector for the white-space
property do not include the values normal
, pre
, pre-line
, or pre-wrap
. These values were specified by CSS3 (some as far back as CSS 1) and are also specified by CSS4 as "shorthand's special keywords". These values were suggested in Firefox 123 and earlier and are suggested by Edge and Chrome.
I've bisected the regression to https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=97b5cf7504be3be23cfe6a762a5a02fd27a49673&tochange=677bc5b3f7e679611868078e420607385d4ca20e indicating Bug 1852478 is the regressor, which makes sense as the missing values are not valid for the properties for which white-space
is a shorthand.
Reporter | ||
Updated•3 months ago
|
Comment 1•3 months ago
|
||
:jfkthame, since you are the author of the regressor, bug 1852478, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Assignee | ||
Comment 2•3 months ago
|
||
Updated•3 months ago
|
Comment 3•3 months ago
|
||
Set release status flags based on info from the regressing bug 1852478
Assignee | ||
Updated•3 months ago
|
Updated•3 months ago
|
Comment 5•3 months ago
|
||
bugherder |
Comment 6•3 months ago
|
||
The patch landed in nightly and beta is affected.
:jfkthame, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox130
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 7•3 months ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D219426
Updated•3 months ago
|
Comment 8•3 months ago
|
||
beta Uplift Approval Request
- User impact if declined: missing some autocomplete values in devtools
- Code covered by automated testing: yes
- Fix verified in Nightly: no
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: n/a
- Risk associated with taking this patch: minimal
- Explanation of risk level: simple patch to add the special shorthand values to the list
- String changes made/needed: none
- Is Android affected?: yes
Assignee | ||
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Assignee | ||
Comment 10•1 month ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D219426
Updated•1 month ago
|
Comment 11•1 month ago
|
||
esr128 Uplift Approval Request
- User impact if declined: DevTools fails to show some of the valid values for CSS white-space
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: n/a
- Risk associated with taking this patch: minimal
- Explanation of risk level: stylo change just exposes additional valid values for the property
- String changes made/needed: none
- Is Android affected?: yes
Updated•1 month ago
|
Updated•1 month ago
|
Comment 12•1 month ago
|
||
uplift |
Description
•