Ticket #1696 (new Bug)

Opened 11 months ago

Last modified 9 months ago

img with float: left hard to move

Reported by: saul11 Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: FCKeditor 2.5
Keywords: Confirmed Cc:

Description

After I assign a className to an inserted image (163x163px) that makes it float to the left, moving the image around becomes hard and sometimes impossible.

The class is assigned through the styles dropdown list and assign .pictureLeft to the img. I also have a pictureRight class, but that one works perfect.

The styles:

.pictureLeft
{
	border: 2px solid #616161;
	margin: 7px 23px 7px 0px;
	float: left;
}
.pictureRight
{
	border: 2px solid #616161;
	margin: 6px 0px 6px 20px;
	float: right;
}

Change History

Changed 9 months ago by w.olchawa

  • keywords Confirmed added; image classname style float left move removed
  • component changed from General to Core : Styles

Confirmed in IE and FF2.

Very strange behavior although the code says the image has been dragged inside the text:

<p>#1696 tic<img width="350" height="491" border="2" align="left" style="border: 2px solid rgb(97, 97, 97); margin: 7px 23px 7px 0px; float: left;" src="/userfiles/image/plakat3.jpg" alt="" />ket test&nbsp;</p>

the picture appears below the text, not inside the text as should be.

Note: See TracTickets for help on using tickets.