﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14801	ACF filtering doesn't get applied upon Form Submit while Source mode is active	gj_sm		"== Steps to reproduce ==

1. Using this demo as an example: http://sdk.ckeditor.com/samples/savetextarea.html
2. Switch to Source mode
3. Enter content containing a non-supported tag, such as <style>test</style>
4. Switch back to WYSIWYG mode
5. Switch back to Source mode
6. Observe: the <style> tags have been stripped out, as expected.
7. Enter the content again: <style>test</style>
8. While still in Source mode, click the 'Submit' button to submit the form.
9. Observe in the ""Data Posted to the Server"" page: the <style> tags have not been stripped out

Alternatively, try using content <form>test</form>, observe that it is transformed to <p>test</p> as expected, but if submitted in Source mode, no transformation takes place.

== Expected result ==

The unsupported tags should be stripped out prior to submitting the data.

== Actual result ==

The unsupported tags are NOT stripped out prior to submitting the data. Apparently this only happens when switching editor mode and on other events not related to the form submission.

== Other details (browser, OS, CKEditor version, installed plugins) ==

n/a
"	Bug	closed	Normal		General		duplicate		
