Closed
Bug 1195398
Opened 9 years ago
Closed 9 years ago
rule-view property editor should reject invalid values
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1195356
People
(Reporter: tromey, Assigned: tromey)
References
Details
See bug 984880 comment 71.
With naive as-authored editing, it is possible to get the style sheet
into a bad state if one enters invalid property values in the rule view.
The rule view property editor should reject invalid edits and notify
the user.
Assignee | ||
Comment 1•9 years ago
|
||
I think bug 1196896 will provide some of the infrastructure needed for this.
The other bit is either using the appropriate DOMUtils method, if it does the
right thing for unpaired braces; or otherwise maybe writing a simple parser.
Depends on: 1196896
Assignee | ||
Comment 2•9 years ago
|
||
It turns out that this is completely handled by some changes to the
rewriter in bug 1195356, and there's nothing particular to do here.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•