﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6181	jQuery adapter + jQuery ajaxForm -plugin not working	Carl-Johan Blomqvist	Piotr Jasiun	"When doing the following code (see further down) on a form consisting of an textarea with id ""startpage-content"" and I press the ""Save""-button in **CKEditor's toolbar**, the page does a normal form submit. However, if I put an input-button below the CKEditor-textarea, everything works as expected.

Using: CKEditor 3.4, jQuery 1.4, latest version of the ajaxForm -script as of today, Windows 7, FF3.6.


{{{
jQuery(""#startpage-content"").ckeditor({
	language : editorLanguage,
	toolbar: editorToolbar,
	format_tags: 'p;h1',
	format_h1: { 
		element: 'h1'
	},
	forcePasteAsPlainText: true,
	contentsCss: 'css/startpage.css',
	height: 500,
	resize_maxWidth: ( 622 ),
	resize_minWidth: ( 622 )
});

jQuery(""#startpage-content"").parents(""form:first"").ajaxForm(function () {
	alert(""!"");
});
}}}
"	Bug	closed	Normal	CKEditor 4.2	General		fixed		
