Opened 13 years ago
Last modified 11 years ago
#9102 closed Bug
Not able to move images in IE7 and IE6 — at Version 1
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.
Change History (2)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
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?