﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13897	No cachebust added to icons.png and icons_hidpi.png	Brandon		"== Steps to reproduce ==

1. Download a development build of CKEditor
2. Add a custom plugin with icons (regular and hidpi)
3. Use ckeditor.jar to build the editor

== Expected result ==

When the build script creates the appropriate CSS files, i.e. editor_gecko.css, the image file references should have a cachebust using the 'timestamp' parameter that is used to load all of the javascript and CSS files (i.e. ?t=FNUB).

== Actual result ==

No cachebust parameter is added to the image file includes, so a cached image file may be served, causing buttons not to line up with their actions on the toolbar

== Other details (browser, OS, CKEditor version, installed plugins) ==

We are using CKEditor 4.5.4 and as needed we run ckeditor.jar to rebuild the editor, however when plugins or icons change we frequently see the above-referenced issue.

{{{
.cke_ltr.cke_hidpi .cke_button__undo_icon{background:url(icons_hidpi.png) no-repeat 0 -984px!important;background-size:16px!important}
}}}"	Bug	closed	Normal		Project : CKBuilder	4.5.4	duplicate		wim.leers@…
