Opened 13 years ago
Last modified 11 years ago
#8446 confirmed Bug
IE8 - Unable to place cursor after image
Reported by: | Lynne Kues | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IBM IE8 HasPatch | Cc: |
Description (last modified by )
Go to CKE demo. Ctrl-A/Ctrl-X Insert an image. Click on the image. Now attempt to place the cursor after the image to the right or bottom. You are unable to, and at this point, one cannot add anything after the image.
The same thing happens for iframes which uses image fake element.
Attachments (1)
Change History (12)
comment:1 Changed 13 years ago by
Keywords: | IBM added |
---|
comment:2 Changed 13 years ago by
Keywords: | IE8 added |
---|---|
Status: | new → confirmed |
Version: | 3.4.2 → 3.0 |
Changed 13 years ago by
Attachment: | 3889_8446.patch added |
---|
comment:4 Changed 13 years ago by
Keywords: | HasPatch added |
---|
comment:5 Changed 13 years ago by
While simple, I think that the patch idea of forcing IE to run on IE7 compatibility mode is not indicated as e may loose fixes that come with newer IE versions.
I'm not able to reproduce this issue with IE9 though.
comment:6 Changed 12 years ago by
Another TC:
1.Paste in the following code:
<p> The story has been changed considerably in its history and subject to numerous modern adaptations and readings.</p> <p> <img alt="" height="77" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg " width="102" /></p> <p> The version most widely known today</p>
- Place the cursor in one of paragraphs and try to move up or down with arrow key
Result: It is impossible to go down/up.
Please note that in this case align attribute is not needed.
comment:7 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:8 Changed 12 years ago by
comment:9 Changed 11 years ago by
#10434 was marked as duplicate.
Problem is reproducible in both CKE 3.x and 4.x.
comment:11 Changed 11 years ago by
If anyone wishes to know this is IE8 issue (not editor issue). You will get same result when using contenteditoable=true element that has e.g. paragraph of text with image at the end.
I have been able to reproduce this issue from CKEditor 3.0 in IE8 only.