﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12931	CKEditor Strips <a> Style After Editing Link	jmwright798		"'''Descriptive Summary''' - CKEditor strips the inline ""style"" attribute for the <a> tag after using the ""Edit Link"" feature

'''Steps to Reproduce''': Open an instance of the CKEditor with allowedContent set to ""true"". In the ""Source"" view, create a link with inline styles. For example:

<a href=""http://foo.com"" style=""background-color:#111111;"">test</a>

Then, in the ""wysiwyg"" view, right-click the link text and select ""Edit Link""

Change the link href (optional!) and submit the change

The link now has had the styles removed.

'''Browser:''' Chrome
'''OS:''' Win 8.1x64

'''Sample Data:'''

config.js:
{
    fullPage: true,

    allowedContent: true
}

'''Build Configuration''' - Specfically, I'm integrating with Angular in my project, but this does not change the operation. This same behavior is found in the examples given on the site that disable the ACF.

"	Bug	closed	Normal		General		duplicate		
