Closed (duplicate)
Project:
Drupal core
Version:
8.1.x-dev
Component:
ckeditor.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Apr 2016 at 18:29 UTC
Updated:
19 May 2016 at 14:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wim leersThis is a browser cache issue: the
icons.pngimage sprite has changed since version 8.0, but your browser still has it cached. Clearing the browser cache, or doing a hard refresh of this page (CTRL/CMD+R) would fix it.However … #2679903: CKEditor uses separate cache-busting query string from Drupal's should have fixed that. But I see now that the image sprite is requested without the cache-busting query string — CKEditor seems to only use that for plugins it requests. This appears to be the case because it is requested from CSS. I'm not sure if there's anything we can do about that. Assigning to @mlewand from the CKEditor team.
See http://docs.ckeditor.com/#!/api/CKEDITOR-property-timestamp — which says:
However, clearly, that is not happening.
Comment #3
wim leersConfirmed by the CKEditor team:
Nothing Drupal can do here.
Comment #4
mlewand commentedIt's issue #10685 in CKEditor's tracker.
Comment #5
wim leersReported again today: #2709753: Wrong icons at CKEditor.
Comment #6
wim leersAs indicated in http://ckeditor.com/blog/CKEditor-Biweekly-for-April-26-2016, this is being fixed upstream! :) :) So, hopefully in a patch release of 8.1, and otherwise in 8.2 and other versions, this won't be a problem anymore.
Comment #7
wiifmJust came across this upgrading from 8.0.6 -> 8.1.0 with a fairly vanilla Drupal 8 site.
This is going to rain confusion over everyone. No amount of cache clearing, or force reloading seems to fix this either.
Edit - after dumping the entire browser caching of images and files (637MB worth) the issue is resolved.
Comment #8
wiifmremoving issue summary images that should not be there.
Comment #9
wim leersReflecting that this is blocked on upstream.
Comment #10
nicholas.alipaz commentedAs @wiifm said,
I did the same in Google Chrome:

Comment #11
mlewand commentedWe've been able to push it earlier into 4.5.9 version which just has released. Please confirm if it fixes the problem for you.
Comment #12
thpoul commentedReflecting what #11 states.
Comment #13
wim leersThis is now still postponed, it's blocked on #2724225: Update CKEditor library to 4.5.9, which I just RTBC'd.
Comment #14
wim leers#2724225: Update CKEditor library to 4.5.9 landed, which fixed this! :)