Closed Bug 1374092 Opened 7 years ago Closed 5 years ago

CSS Inspector does not toggle properly when there are multiple declarations of the same property

Categories

(DevTools :: Inspector: Rules, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1467076

People

(Reporter: Oriol, Unassigned)

References

Details

1. Load this HTML:
   data:text/html,<div style="color: red; color: green">Inspect me</div>

2. Inspect that element

3. In CSS inspector, disable "color: green"

Result: The text becomes red, but both "color: green" and "color: red" appear disabled in the inspector.

Expected: "color: red" should remain enabled.

This appeared in https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=043082cb7bd8490c60815f67fbd1f33323ad7663&tochange=674a552743785c28c75866969aad513bd8eaf6ae, previously the inspector only showed "color: green".

I guess it's bug 1069829.
DevTools bug triage (filter on CLIMBING SHOES).
Priority: -- → P2
Product: Firefox → DevTools
This worked for me when I tried it just now.
I'm using a recent artifact build.

Probably fixed by bug 1467076.

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.