﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8069	Image button, with float:right is placed outside FORM element in WYSIWYG	Krzysztof Studnik		"=== Environment ===
IE 8Quirks, IE7, IE6
=== TC ===
 - open editor
 - insert form element
 - insert text area and some ""normal"" buttons
 - insert Image button with selected {{{float: right}}}
=== Expected ===
Image button is placed inside Form frame. (like in Opera 11.11)
=== Actual ===
Image button is placed below form.

Sample code:
{{{
<form action=""send"" enctype=""multipart/form-data"" id=""1"" method=""post"" name=""Form1"" target=""_self"">
	<textarea cols=""30"" name=""Test text area"" rows=""5""></textarea><input name=""Button 1"" type=""button"" value=""Button1"" /><input name=""Send"" type=""submit"" value=""send"" /><input alt=""test"" src=""google.com"" style=""border-bottom: 1px solid; border-left: 1px solid; margin: 11px; width: 12px; float: right; height: 12px; border-top: 1px solid; border-right: 1px solid"" type=""image"" />&nbsp;</form>
<p>
	&nbsp;</p>
}}}"	Bug	confirmed	Normal		General	3.0			
