Open
Bug 1262425
Opened 9 years ago
Updated 2 years ago
Computed padding value doesn't appear in the computed-styles tab when the value comes from a css variable
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: pbro, Unassigned)
References
Details
(Whiteboard: [btpp-backlog])
STR:
- Open a new tab with this URL:
data:text/html,<style>:root{--size:20px;} div {padding: var(--size);}</style><div></div>
- Open the inspector, select the div, and switch to the computed tab
==> The padding value doesn't appear in the list of computed styles.
It only appears if you switch the "browser styles" ON.
Reporter | ||
Comment 1•9 years ago
|
||
See this thread: https://twitter.com/FremyCompany/status/717579679876526080
Reporter | ||
Comment 2•9 years ago
|
||
Filter on CLIMBING SHOES.
Priority: -- → P3
Whiteboard: [btpp-backlog]
Updated•6 years ago
|
Product: Firefox → DevTools
Assignee | ||
Updated•4 years ago
|
Component: Inspector: Computed → Inspector
Updated•2 years ago
|
Severity: normal → S3
Comment 5•2 years ago
|
||
from (dupe) https://bugzilla.mozilla.org/show_bug.cgi?id=1400046#c1 :
I found out that this bug only appears for shorthand properties. Longhands are displayed as expected.
You need to log in
before you can comment on or make changes to this bug.
Description
•