I'm running into an issue where every time I complete an upgrade, the hidpi icons in the CKEditor reset to their default images.
The strange thing about it is that if I open the CKEditor on my site (replying to a post for example) and I use the browser's inspector to see where each button in the editor is getting its icon, it show me that all icons are still coming from the normal location:
root/applications/interface/ckeditor/ckeditor/plugins/icons_hidpi.png
But when I open Filezilla and navigate to that location, and open that file, I see my custom version of the icons_hidpi.png file that I uploaded. Not the one that is actually showing up on the site. So the image that the HTML itself says its loading for the CKEditors icons, does not appear to correspond to the image that's actually being shown.
In my custom version of the icons_hidpi.png file, the icons are white because I have a dark themed site.
In the default version of the icons_hidpi.png file, the icons are dark grey and blend in horribly to the background, so they're almost invisible.
Does anyone have any idea what's going on with that, and how to fix it?
(This also presents a problem in the admin cp, which now forces me to use the same theme/editor as the front end, and also forces me to use a white editor. I literally can not see any of the freakin CKEditor buttons on my admin cp, when it IS working properly. So there's that too. I feel like dark themes are popular enough that this should be addressed as well.)