Closed
Bug 1327765
Opened 8 years ago
Closed 6 years ago
Rules are incorrectly shown as applied / not applied after disabling rule with !important and creating new selector
Categories
(DevTools :: Inspector: Rules, defect, P2)
DevTools
Inspector: Rules
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: arni2033, Unassigned)
Details
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
1. Open data:text/html,<body class="a b" c><style>.a.b[c]{background:gray}
2. Open inspector, select <body>, open ruleview
3. Create new rule "background: red !important;" for selector ".a.b[c]"
4. Click checkbox at the left of the rule to disable the rule created in Step 3.
5. Click [+] button to add new rule for another selector (it will be automatically set to ".a.b")
6.(bonus) Create new rule "background: yellow;" for selector ".a.b"
AR: Rule "background: gray;" looks disabled. Rule "background: yellow;" looks enabled.
ER: Vice-versa
Updated•7 years ago
|
Blocks: top-inspector-bugs
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
I tried this today and it all worked fine for me.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
No longer blocks: top-inspector-bugs
You need to log in
before you can comment on or make changes to this bug.
Description
•