Closed
Bug 1402232
Opened 7 years ago
Closed 2 years ago
CSS variables computed values do not update when the variable is updated
Categories
(DevTools :: Inspector: Rules, defect, P2)
DevTools
Inspector: Rules
Tracking
(firefox57 wontfix)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: pbro, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
image/gif
|
Details |
STR:
- open the following URL in a new tab
data:text/html,<style>body{--foo:25px;margin:var(--foo);}
- open the inspector
- move your mouse over the margin value in the rule-view
==> the tooltip shows --foo = 25px which is correct
- now click on the value of --foo, on the line above, and change it to something else
- now display the tooltip again
Actual: it still displays the same --foo = 25px
Expected: it should display the new, updated, value
Reporter | ||
Updated•7 years ago
|
Blocks: 1223058
status-firefox57:
--- → wontfix
Reporter | ||
Updated•7 years ago
|
Priority: -- → P2
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
Comment 1•2 years ago
|
||
Following steps from comment 0, it does seem to work properly now
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•