﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10260	ACF blocks tabSpaces	Jakub Ś	Olek Nowodziński	"Seems Allowed Content Filter blocks http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-tabSpaces. Tab key causes focus on next element instead of inserting spaces into content area.

The below will not work without {{{allowedContent: true	}}}
{{{
var editor = CKEDITOR.replace( 'editor1', {
	tabSpaces : 4,
	//allowedContent: true				
} );	 
}}}"	Bug	closed	Normal	CKEditor 4.1.1	General	4.1	fixed		
