Closed
Bug 1598007
Opened 5 years ago
Closed 5 years ago
Copy Rules does not work anymore
Categories
(DevTools :: Inspector: Changes, defect, P1)
DevTools
Inspector: Changes
Tracking
(firefox-esr68 unaffected, firefox70 unaffected, firefox71 unaffected, firefox72 verified)
VERIFIED
FIXED
Firefox 72
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox70 | --- | unaffected |
firefox71 | --- | unaffected |
firefox72 | --- | verified |
People
(Reporter: pbro, Assigned: ochameau)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Steps:
- Open the Inspector on any page
- Make some CSS changes in the Rules panel
- Go to the Changes panel
- Click on the "Copy Rule" button after hovering on one of the changed rules' selector
Result: nothing gets copied to the clipboard and the following JS error is returned:
TypeError: this.inspector.inspectorFront.getAllInspectorFronts is not a function ChangesView.js:190:65
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5cf12597dfa7
Fix exception when copying rules from the Changes panel. r=pbro
Updated•5 years ago
|
Priority: -- → P1
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
Updated•5 years ago
|
status-firefox70:
--- → unaffected
status-firefox71:
--- → unaffected
status-firefox-esr68:
--- → unaffected
Updated•5 years ago
|
Flags: qe-verify+
Comment 4•5 years ago
|
||
Managed to reproduce the issue using Fx72.0a1.
The issue is verified fixed using Fx72.0b11 and Fx73.0a1 on macOS 10.14, Ubuntu 18.04 and Windows 10 x64. The rules are correctly added to clipboard and no error message is displayed in the console.
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•