﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8530	jQuery adapter breaks save button	Tim	Garry Yao	"When using the jQuery adapter's .ckeditor() function, the save buttons of editors created in that way are broken. The button seems to work correctly, but the text that is submitted is whatever text was in the textarea before it was replaced by an editor.

A workaround is to do 

{{{
CKEDITOR.replace($(element).attr('id'), opts)
}}}

but that kindof defeats the whole purpose of the jQuery adapter."	Bug	closed	Normal		General	3.1	invalid		
