﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10800	CKEditor doesn't apply inline styles to links	Bhadresh Shiroya1		"CKEDITOR.addStylesSet( 'my_styles',
[
    { name : 'Red',type: CKEDITOR.STYLE_INLINE, element : 'a', attributes : { 'style' : 'color:#f00;text-decoration:none;' } }
]);

CKEDITOR.config.stylesCombo_stylesSet = 'my_styles';


--------------------------------------------------------------
1) Anchor is not getting displayed.

2) When you have a text which is styled with Emphasis and Marker Green, it does not allow you to move to the next line(pressing enter key results into nothing)

3) The Style, Format and Font Dropdowns are transparent and hence you can see the content of the textbox in the background. I am not sure if this is done deliberately but it doesn’t look good.

4) If you right click on the editor and traverse upto the submenu and make a selection(e.g. Insert row below) then after selection the submenu still shows."	Bug	closed	Normal		Core : Styles		duplicate		
