Closed Bug 936658 Opened 11 years ago Closed 11 years ago

Rule inspector does not parse pasted text.

Categories

(DevTools :: Inspector, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 913630

People

(Reporter: bugzilla, Unassigned)

Details

When pasting text into the rule view, it does not parse the text. This is common when trying to lay out a page. Often times it will be a long string for a background or something similar. It would also be helpful to be able to paste blocks of css. STR: 1. Copy a css style rule (I.E. "margin: 5px;") 2. Open the Inspector. 3. Attempt to paste the css rule as a new rule for a style. Expected results: A new rule is created with the property "margin" and the value "5px" Actual results: Firefox 25: A new rule is created with the property "margin: 5px;" and is expecting a value. Firefox 28.0a1 (today's nightly): The text is pasted, then the rule disappears after hitting enter.
Solved in 913630
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.