Closed
Bug 950127
Opened 11 years ago
Closed 11 years ago
Inspector: editing style attribute for selected element does not immediately update the rules panel view
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 942297
Firefox 28
People
(Reporter: thomas, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release)
Build ID: 20131205075310
Steps to reproduce:
1. Open Inspector and make sure Rules is selected in the side panel
2. Select a tag in the tree view. Eg. body
3. Add a style attribute
4. Set background: fuchsia; to the style attribute value
Actual results:
Tag attribute and the DOM is updated, but the element rule in the side panel/rules view is not updated.
Expected results:
After typing a valid style property, the rules view should immediately be updated with the new CSS property.
See also bug 911678
Reporter | ||
Updated•11 years ago
|
Summary: Inspector: editing style attribute for selected element does not update the rules panel view → Inspector: editing style attribute for selected element does not immediately update the rules panel view
Updated•11 years ago
|
Component: Untriaged → Developer Tools: Inspector
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Target Milestone: --- → Firefox 28
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•