Opened 13 years ago

Last modified 13 years ago

#8069 confirmed Bug

Image button, with float:right is placed outside FORM element in WYSIWYG

Reported by: Krzysztof Studnik Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Cc:

Description

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>

Attachments (1)

zrzut_ekranu-4.png (5.5 KB) - added by Krzysztof Studnik 13 years ago.

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by Krzysztof Studnik

Attachment: zrzut_ekranu-4.png added

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed

The same thing happens for IE9 Quriks

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy