ckeditor/ckeditor4-releases

cache-busting build number missing from editor.css urls

jkallay1 opened this issue · 2 comments

Rules for putting the right background image on toolbar buttons appear both inline on each button's span element and are also defined in the skin's editor.css. The url in the former is an absolute path with the build number in the query string, but the latter is a relative url with no build number, and the latter is the one with higher precedence of a !important attribute. This allows an older version of the icons image to be used in the browser, such that the buttons show the wrong images.

I believe that this is what you are talking about - http://dev.ckeditor.com/ticket/10685

That's the one.