Closed
Bug 208637
Opened 22 years ago
Closed 15 years ago
CSS Style Rules lower panel must be disabled when upper panel has no selected rule
Categories
(Other Applications :: DOM Inspector, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: WeirdAl, Unassigned)
Details
Steps to reproduce:
(1) DOM Inspector, left panel == DOM Nodes, right panel == CSS Style Rules
(2) Left panel, element selected, has no style rules in right panel, upper half
(3) Right panel, upper half, add new style rule via context menu
Error: this.getSelectedRule() has no properties
Source File: chrome://inspector/content/viewers/styleRules/styleRules.js
Line: 232
If we're going to enable that option, we need to apply it to the override style
sheet for that element. Otherwise, we should disable the entire lower half's
context menu.
Comment 1•21 years ago
|
||
Mass re-assigning bugs to dom.inspector@extensions.bugs
Assignee: caillon → dom.inspector
Updated•20 years ago
|
Product: Core → Other Applications
Comment 2•19 years ago
|
||
I've got this fixed in my patch for bug 341894.
Updated•18 years ago
|
Assignee: dom-inspector → nobody
QA Contact: timeless → dom-inspector
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•