Open
Bug 1505984
Opened 7 years ago
Updated 3 years ago
Track Changes - Changes performed in Geometry Editor using contour drag&drop are not tracked
Categories
(DevTools :: Inspector: Changes, defect, P2)
Tracking
(Not tracked)
NEW
People
(Reporter: paul.boiciuc, Unassigned)
References
(Blocks 1 open bug)
Details
[Precondition]
Navigate to about:config and enable the Changes feat. ( devtools.inspector.changes.enabled - True)
[STR]
1. Launch Firefox and navigate to https://www.w3schools.com/css/tryit.asp?filename=trycss_position_relative
2. Enable the Inspector and select the element with the position: relative.
3. Navigate to the 3rd panel, Layout tab, and scroll all the way to the Box Model section.
4. Select the small icon on the bottom-right side of the diagram.
5. Once the outer contour is enabled, select the white dot on it and change the position of the element.
6. Observe the value changes in Rule View and then navigate to Changes tab.
[AR]
Changes tab does not record any changes.
This applies to all elements that can have the outer contour enabled (all except position: static)
[ER]
Changes tab records all changes in position, regardless if this is done by editing the values in Geometry Editor/Box Model diagram or from the outer contour of the element.
I've added this as a blocker not necessarily because it might be a blocker, but for better visibility inside the meta bug for Trach Changes M1.
Blocks: 1503920
Updated•7 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Updated•7 years ago
|
Component: Inspector → Inspector: Changes
Updated•7 years ago
|
Summary: [Track Changes] Changes performed in Geometry Editor using contour drag&drop are not tracked → Track Changes: Changes performed in Geometry Editor using contour drag&drop are not tracked
Updated•7 years ago
|
Summary: Track Changes: Changes performed in Geometry Editor using contour drag&drop are not tracked → Track Changes - Changes performed in Geometry Editor using contour drag&drop are not tracked
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•