Closed (works as designed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.13
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2013 at 14:43 UTC
Updated:
6 Mar 2014 at 08:48 UTC
Jump to comment: Most recent
Comments
Comment #1
wwalc commentedThis will happen whenever you replace one build of CKEditor with another, if the other build has a different strip with icons. It is cause directly by the browser which is still caching the old file with icons.
Clearing the cache will help (hitting F5 is not enough).
Comment #3
hass commentedThis is not as designed. To allow client caching override we have a hash key appended to every drupal js and css urls. This has key will be set to a new value if cache is cleared and the files will be loaded again from the server. This seems not properly implemented here and need to be fixed.
See http://drupalcode.org/project/google_analytics.git/blob/refs/heads/7.x-2...
Comment #4
jcisio commentedI think it is "by designed" because those files (skins) are not loaded directly by Drupal, but by CKEditor. For other files (config etc.) that are added by Drupal, there is #2149719: Add cache busting tokens to script files.
Comment #5
jcisio commentedI forgot to add that the solution would be fixing it in the CKEditor library.