Opened 15 years ago

Closed 15 years ago

#4051 closed Bug (duplicate)

IE drag div not working

Reported by: Paul Moers Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0 RC
Keywords: IE Cc:

Description

In firefox you can drag an absolute positioned div around to change its position, you can do this by using the move handle that appears when you click on a absolute positioned div (eg

<div style="position: absolute; top: 20px; left: 20px;">
This is some <strong>sample text</strong>.
You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.
</div>

). In IE however, when you want to drag the div, it appears to behave like dragging an image, so you can only drop it between other content, thereby only changing the DOM position, but not the CSS position.

This problem was first reported as ticket #699 but has expired, though it still remains with FCKeditor 2.6.4.1 and CKEditor 3.0rc (both in IE7+8)

Change History (2)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: IE added
Version: CKEditor 3.0 RC

comment:2 Changed 15 years ago by Alfonso Martínez de Lizarrondo

Resolution: duplicate
Status: newclosed

dup of #842

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