Closed
Bug 1833062
Opened 2 years ago
Closed 2 years ago
CSS Changes vanishing from 'Changes' tab in Inspector when closing and re-opening Inspector
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1542679
People
(Reporter: dev, Unassigned)
Details
Attachments
(1 file)
453.52 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/113.0
Steps to reproduce:
- Open the Inspect Element tools using F12
- Select/focus any element that has some CSS (for example the background color) with the 'Pick an element' tool.
- Change the CSS (for example the background color) of said element in the dedicated CSS edit/view tab.
- Go to 'Changes' tab on the right and note your changed/diff CSS being there.
- Exit out of the Inspector by pressing F12 again or clicking the x on the top right.
- Re-open the Inspector and go to the 'Changes' tab if not already open.
- See that 'No changes found' in the 'Changes' tab despite the CSS of the website still being modified.
Actual results:
The 'Changes' tab forgot about the locally changed CSS and declares 'No changes found' when closing and re-opening the Inspector.
Expected results:
The 'Changes' tab inside the Inspector should still contain the previously locally changed CSS when the website hasn't been refreshed even if the Inspector closes and re-opens.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Inspector' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → Inspector
Product: Firefox → DevTools
Comment 2•2 years ago
|
||
Thanks for filing, this looks like a duplicate of Bug 1542679
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1542679
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•