Open
Bug 2059371
Opened 1 month ago
Updated 1 month ago
Changes to stylesheet does not persist when switching to another source
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR
- go to https://nchevobbe.github.io/demo/console-test-app.html
- Open the debugger and select https://nchevobbe.github.io/demo/console-test-app.css
- Edit the content
- Select another source and then reselect
console-test-app.css
Expected Result
The changes made to the content should be preserved.
Actual Result
The changes made to the content reverted.
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 1•1 month ago
|
||
Once the stylesheet is edited, lets by pass the cached source content
and get the live source content from the server so that the changes
persisted in devtools.
Updated•1 month ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
Updated•1 month ago
|
Attachment #9620126 -
Attachment description: Bug 2059371 - [devtools] Always live source content for edited stylesheets r=#devtools → Bug 2059371 - [devtools] Show the live source content for edited stylesheets r=#devtools
Updated•1 month ago
|
Severity: -- → S3
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•