CSS cached in style editor
Categories
(DevTools :: Style Editor, defect, P2)
Tracking
(Not tracked)
People
(Reporter: aron.bordin, Unassigned)
Details
Reporter | ||
Updated•10 years ago
|
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Updated•7 years ago
|
Comment 4•6 years ago
|
||
Firefox 67.0.4
Kubuntu 19.04
I can confirm this bug. Since ~60 version style editor is unusable. I need to close it and open again.
I forced to use Chrome for web development, but I love FF
I have just been working on an intense project and this bug bit me multiple times.
Editing and saving the edited code in FF will often overwrite my current CSS with an older cached version, which was very disconcerting as my clients kept complaining fixes I had already put in place were disappearing.
One of the tells when this is about to happen (I realised only after having to restore my git repo many times) is if you change the CSS in the inspector and then switch to the style editor the recently changed code does not appear.
In this case I simply edited the code and saved it and then found previous changes had gone. As I do not work this way all the time its not a convenient tell.
As far as CSS Editing this has become a showstopper because apart from the above tell (not proven) this appears to be very random and may be related to having multiple browser windows open and several style sheets with the same file name open in the style editor. The only other way is to do a git diff and see if the changes I made are the only changes. if not then start again.
Another possibly related issue with the developer tools is you often get alert messages from different browser windows from completely unrelated domains in your developer tools for the current window. I say this because I often have multiple windows open in one I will have the dev site which I am working on in another tab/window I will have production site with the same stylesheet open but using a different domain. I am wondering if this is somehow connected.
(In reply to Chris from comment #5)
BTW I am on Firefox 68.0.1 (64-bit)
Updated•2 years ago
|
Comment hidden (offtopic) |
Updated•2 years ago
|
Comment 9•1 year ago
|
||
try manually clearing the browser cache. sometimes it helps
Description
•