﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11345	ckeditor 4.3.1 does not version image/image references in css	Sudhindra Rao		"editor.css has references to images as

.cke_button__bold_icon{
   background-image: url(icon.png);
.......
}

Could be caused by this line in plugin.js

iconPath = this.path + 'images/' + ( env.hidpi ? 'hidpi/' : '' ) + 'icon.png';

Due to this, when we use ckeditor with amazon CDN we see old icon.png(which has a different length sprite and cause the images to show up broken).

ckeditor does allow timestamping or version of other assets (js and css files). This might need to be replicated for images as well. 

Currently we are not able to upgrade to 4.3.1 due to this issue."	Bug	closed	Normal		General	4.3.1	duplicate		
