﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
741	Nested Paragraphs Inside Form Destroy Form	thc33@…		"If you have paragraph tags around a form and then
paragraph tags around a form element, the 2nd set of
tags inside the form will be pulled outside of the
form along with the form elements contained inside
them. This happens when switching to source mode and
back a couple times.

Here's some sample code that was easily created in
wysiwyg mode. Paste it into the editor in source mode
and then toggle modes a couple times to see the
horror of horrors. :)


{{{
<p>
<form action=""test"" method=""post"" name=""test"">
<p>&nbsp;<input name=""ad"" /></p>
</form>
</p>
}}}


The editor MUST preserve the form elements leaving
the nested p's intact or find a way to remove the p's
leaving the element intact (replacing with </ br></
br> or something). This must be backward compatible
to preserve forms created in earlier versions where
this wasn't enforced.
----
Moved from SF:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1501655&group_id=75348&atid=543653"	Bug	closed	Normal		General		fixed	SF	
