Closed
Bug 1506230
Opened 7 years ago
Closed 7 years ago
[Track Changes] Changes performed before initializing the Changes tab will not get tracked
Categories
(DevTools :: Inspector, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: paul.boiciuc, Assigned: rcaliman)
References
Details
Attachments
(3 files)
[Precondition]
Navigate to about:config and enable the Changes feat. ( devtools.inspector.changes.enabled - True)
[STR]
1. Launch Firefox and enable the Inspector.
2. Make sure Changes tab is not focused when the Inspector is enabled. (If it is, just change the focus to a different 3rd pane tab, close the inspector end re-enable).
3. Perform any change. (edit property names / values / add rules / delete rules / disable rules / Font Changes ).
4. Navigate to Changes tab.
[AR]
None of the changes performed are recorded in the Changes tab.
I've added a short video for better understanding.
[ER]
Changes are tracked even if the Changes tab is not in focus.
Assignee | ||
Comment 1•7 years ago
|
||
I can't reproduce this issue using a simplified test case, as shown in the attached video. Perhaps the issue stems from some other interaction in the multitude of steps taken in the original video.
@Paul, can you please confirm if the issue still occurs in the simplified test case?
STR:
- Open Inspector & ensure Changes is default sidebar panel
- Select another sidebar panel
- Close Inspector (do not refresh page)
- Open Inspector again and make changes in the Rules view
- Switch to Changes sidebar panel
Flags: needinfo?(paul.boiciuc)
Assignee | ||
Comment 2•7 years ago
|
||
Sorry, I got a bit confused. These are the steps to reproduce for the simplified test case:
- Open Inspector & ensure Changes is not the default sidebar panel
- Make changes in the Rules view
- Switch to Changes sidebar panel
The previous steps to reproduce mirror the beginning of the workflow from the original video which still didn't replicate for me, but could have **favorably** influenced the test case by opening/closing the Inspector in the same session. This set of steps is a really simplified test case for the issue description.
Assignee | ||
Updated•7 years ago
|
Attachment #9024386 -
Attachment description: Changes pane not open by default.mp4 → Changes pane not open by default (simplified).mp4
Assignee | ||
Comment 3•7 years ago
|
||
Found the root cause: this issue is a side-effect that happens when the pref is in the `false` state.
This main issue is tracked in bug 1506903.
The precondition on this bug should be:
Navigate to about:config and **disable** the Changes feat. ( devtools.inspector.changes.enabled - false)
Assignee: nobody → rcaliman
Status: NEW → ASSIGNED
Flags: needinfo?(paul.boiciuc)
Priority: -- → P1
Assignee | ||
Comment 4•7 years ago
|
||
Solved by fix for bug 1506903.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•