﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4481	stylesCombo_stylesSet doesn't work for full url	Alfonso Martínez de Lizarrondo	Frederico Caldeira Knabben	"The code tries to split the configuration entry based on ':' and get a maximum of 2 splitted blocks, but the way that split() works is just ignoring the rest, not putting everything in the second value.

So using
{{{
	config.stylesCombo_stylesSet = 'default:http://ckeditor.com/apps/ckeditor/3.0/plugins/stylescombo/styles/default.js?t=97KD'
}}}
means that it will try to load a file from the ""http"" url

This could have been avoided easily choosing any other separator as long as it isn't a valid part of a url.

The patch provides a solution without changing the separator, because although no one is able to use the full url setting, some people might have used the name:relative url syntax.

"	Bug	closed	Normal	CKEditor 3.1	Core : Styles	3.0	fixed	Review+	
