﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5428	Object styles not working for links (a tag) in browsers other than Firefox	Niek Kouwenberg		"I've created a custom stylesCombo_stylesSet file, in which I've included some classes for links:

CKEDITOR.addStylesSet( 'my_stylesheet',
[
 { name: 'Info', element: 'span', attributes: {'class': 'info'} },
 { name: 'Error', element: 'span', attributes: {'class': 'error'} },

 { name: 'More', element: 'a', attributes: {'class': 'more'} },
 { name: 'Feed', element: 'a', attributes: {'class': 'feed'} }
]);

The SPAN elements always appear, as described in the documentation. Also according to the documentation, the A element is a 'special selectable element', for which the styles only appear when this element is selected.

When I select a link in Firefox (2/3/3.6), en open the styles dialog, the ""More"" and ""Feed"" classes are present. However, doing the same in any other browser has no effect. Neither IE 6/7/8, Chrome, Opera or Safari.
Note: that the other special types, like P and IMG do work in those browsers, only A elements appear to be be affected.

I've tested this with CKEditor 3.1, 3.1.1 and 3.2, and all versions have this problem."	Bug	closed	Normal		Core : Styles	3.2	duplicate		
