Closed
Bug 1911524
Opened 1 month ago
Closed 1 month ago
Display computed value of CSS variable in rules view InplaceEditor autocomplete
Categories
(DevTools :: Inspector: Rules, task)
DevTools
Inspector: Rules
Tracking
(firefox131 fixed)
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
At the moment, we only display the variable declaration value. This is fine if the variable is directly assigned its "final" value, but if the variable depends on other variables, it's not really helpful
Assignee | ||
Comment 1•1 month ago
|
||
Refactor browser_rules_variables_autocomplete.js to actually test the popup list
DOM elements, and assert post label and color swatch.
Updated•1 month ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/44eade30f582 [devtools] Use CSS variable computed value in inplace editor autocomplete. r=devtools-reviewers,bomsy.
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a6c6ad56cfbc [devtools] Use CSS variable computed value in inplace editor autocomplete. r=devtools-reviewers,bomsy.
Comment 4•1 month ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•