Open Bug 1517134 Opened 5 years ago Updated 2 years ago

Changes to inline stylesheet in style editor not shown in Changes

Categories

(DevTools :: Inspector: Changes, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: aryx, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Attached file test case
Firefox 66.0a1 20190101094742 on Windows 8.1

Changes to an inline stylesheet in the style editor are not shown in 'Changes' in the inspector.

Steps to reproduce the issue:
1. Open the attached test case. Source:
<html>
  <head>
    <style>
    </style>
  </head>
  <body>
    <div class="start">ABC</div>
    <div class="end">XYZ</div>
  </body>
</html>
2. Go to the Style Editor.
3. Open the inline stylesheet.
4. Add this code: .start { background-color: #D00; }
5. Go back to the Inspector.
6. Select the <div class="start"> node.
Expected: Change to inline stylesheet listed.
Actual: "No changes found"
The changes panel currently does not support changes made outside of the inspector. We took the decision to limit the scope for the first milestone.

That said, it's good to keep this in the backlog as we go forward. We discussed potential solutions to this problem, but there might be more substantial adjustments to the style editor required.
Blocks: track-changes
No longer blocks: 1503924
Severity: normal → enhancement
Priority: -- → P3
Component: Inspector → Inspector: Changes
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: