Closed
Bug 1507481
Opened 6 years ago
Closed 6 years ago
Changes for inline styles on newly created nodes are not tracked
Categories
(DevTools :: Inspector: Changes, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mbalfanz, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
- visit any site and open the inspector
- create new node in the markup view
- add an attribute to the node, e.g. id=martin
- with the new element selected, add a new rule in the css rules panel
- add a random property to the newly created rule
- add some property to the elements inline styles
ER:
- the inline style should be tracked
AR:
- the property is not tracked
- sometimes, an empty "drawer" showing the sites URL is added to the changes panel
Reporter | ||
Comment 1•6 years ago
|
||
After this breaks, any changes to the newly created rule are not tracked anymore either.
Updated•6 years ago
|
Priority: -- → P2
Updated•6 years ago
|
Component: Inspector → Inspector: Changes
Comment 2•6 years ago
|
||
This seems to have been fixed by some other patches over time.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•