Closed
Bug 752881
Opened 13 years ago
Closed 10 years ago
[Rule View / Computed View] Show color values "As authored"
Categories
(DevTools :: Inspector, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 984880
People
(Reporter: paul, Assigned: tromey)
References
Details
Attachments
(1 file)
|
11.85 KB,
patch
|
Details | Diff | Splinter Review |
When it's possible, we should show values as authored (color formats and dimension units).
Updated•12 years ago
|
Assignee: nobody → mratcliffe
Status: NEW → ASSIGNED
Comment 3•11 years ago
|
||
computedStyle.getAuthoredPropertyValue() currently returns the computed value so we need to wait on bug 958118
Comment 4•11 years ago
|
||
See http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/server/actors/styles.js#150
getPropertyValue() needs to be changed to getAuthoredPropertyValue() once bug 958118 is fixed.
Comment 5•11 years ago
|
||
(In reply to Michael Ratcliffe [:miker] [:mratcliffe] from comment #4)
> See
> http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/server/actors/
> styles.js#150
>
> getPropertyValue() needs to be changed to getAuthoredPropertyValue() once
> bug 958118 is fixed.
Seems like we will need to calculate these values ourselves from within the actor.
Comment 6•11 years ago
|
||
After some discussion we have decided that showing rgb values in the computed view and values as authored in the applied selectors is correct. I still need to fix broken tests.
Updated•10 years ago
|
Summary: [Rule View / Computed View] Show values "As authored" → [Rule View / Computed View] Show color values "As authored"
Comment 7•10 years ago
|
||
I believe that tromey has been working on this, assigning it to him.
Assignee: mratcliffe → ttromey
| Assignee | ||
Comment 8•10 years ago
|
||
I think this was fixed by bug 984880.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•