Opened 13 years ago
Closed 11 years ago
#9102 closed Bug (wontfix)
Not able to move images in IE7 and IE6
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE | Cc: |
Description (last modified by )
Perhaps this is just my browser but despite fix in [7544] I'm not able to move absolute positioned images in IE7 and IE6.
When contents are empty you should be able to drag images right/left
To reproduce:
In empty editor insert absolute positioned image through image dialog and try to move it.
Attachments (1)
Change History (4)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
comment:2 Changed 13 years ago by
Version: | 3.6.4 (SVN - trunk) → 3.0 |
---|
comment:3 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
Since IE6 and IE7 (From CKEditor 4.2) are no longer supported we can close this issue.
After some checking I think I know what is going on.
I have added some styles that better show this problem.
Dragging is possible but only when cursor is within the body. In case of empty content with absolute positioned image body is only one thin line but if you catch image in this thin line you will be able to drag it left and right.
The question is whether it is possible to do something to drag images when catching below body area just like it is being done in IE8 or IE9?