﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13906	Configuration of format-switch failed	Sönke Sprink		"== Steps to reproduce ==

Install CKEditor, put the following code in config.js into the body of following function:

CKEDITOR.editorConfig = function( config ) {

    config.format_pNormal = { name: 'Vorspann', element: 'p', attributes: { 'class': 'pbb-intro' } };

    config.format_h4 = { name: 'Zwischenüberschrift', element: 'h4', attributes: { 'class': 'pbb-heading4' } };

    config.format_h5 = { name: 'Zwischenüberschrift 2', element: 'h5', attributes: { 'class': 'pbb-heading5' } };

    // Set the most common block elements.

    config.format_tags = 'p;h4;h5;pNormal';
}

== Expected result ==
Now the format-Switch should show entries for p, h4, h5 and p (with additional class), with the shown names:
* Normal
* Zwischenüberschrift
* Zwischenüberschrift 2
* Vorspann

== Actual result ==
But the switch shows the entries p, h4, h5, p (correct!) but with wrong names:
* Normal
* Überschrift 4
* Überschrift 5
* Vorspann

== Other details (browser, OS, CKEditor version, installed plugins) ==
Tested in Chrome, FF, IE on Windows and Chrome and FF on OSX"	Bug	closed	Normal		General		invalid		
