﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11568	Styles Combo: Select combo list is disabled when only object styles are defined	mmikitka	Piotr Jasiun	"'''Descriptive summary'''

If one only supplies object styles to config.styleSet, the Styles select combo list remains disabled, even when an object supporting at least one of the defined styles is selected.



'''Steps to reproduce'''
1. Use a config.styleSet definition like the following, which only contains object styles:

CKEDITOR.config.stylesSet = [
  { name: 'Square Bulleted List', element: 'ul',    styles: { 'list-style-type': 'square' } }
];

2. Reload CKEditor

3. Create a bulleted list

4. The Select list remains disabled

'''Browser and OS'''
Tested on Chrome and Firefox on Ubuntu 12.04.03

'''Screenshot'''
Not included

'''Sample data'''
See config.styleSet definition above

'''Test case file''
None

'''Build configuration'''
None"	Bug	closed	Normal	CKEditor 4.3.4	Core : Styles	4.3	fixed	Support	
