Opened 16 years ago

Closed 11 years ago

#1696 closed Bug (duplicate)

img with float: left hard to move

Reported by: Paul Moers Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: FCKeditor 2.5
Keywords: 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 (2)

comment:1 Changed 16 years ago by Wojciech Olchawa

Component: GeneralCore : Styles
Keywords: Confirmed added; image classname style float left move removed

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.

comment:2 Changed 11 years ago by Jakub Ś

Resolution: duplicate
Status: confirmedclosed

We have an issue for this behaviour in CKEditor #8884. This (img in H1) is the only case when text gets split while dragging image.

I'm closing this issue as DUP of #8884.

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