Open
Bug 1513940
Opened 7 years ago
Updated 3 years ago
Track Changes - Clear changes made within iframe when it reloads
Categories
(DevTools :: Inspector: Changes, defect, P3)
DevTools
Inspector: Changes
Tracking
(Not tracked)
NEW
People
(Reporter: rcaliman, Unassigned)
References
(Blocks 1 open bug)
Details
Steps:
- Run this in a new tab:
data:text/html,<style>h1 {color: red }</style><h1>TEST</h1><iframe src="https%3A%2F%2Fwww.example.com%2F" />
- Open the DevTools Inspector
- Select the h1 in the host document
- Switch to the the Rules view and make any change
- Select the h1 in the iframe,
- Switch to the the Rules view and make any change
- Right click on the iframe on the page
- Pick This Frame > Reload Frame from the context menu
- Switch to the Changes panel
Expected
- The changes from the iframe should be cleared, but not the ones from the parent document.
Actual
- The changes from the iframe are not cleared. Depends on Bug 1512665, else all changes are wrongly cleared.
| Reporter | ||
Updated•7 years ago
|
Component: General → Inspector
| Reporter | ||
Updated•7 years ago
|
Component: Inspector → Inspector: Changes
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•