Opened 11 years ago
Closed 11 years ago
#11076 closed Bug (wontfix)
[IE8] Caret is not shown when you will move to end of document
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
checked at major
- open any CKEditor sample (i.e. /samples/replacebyclass.html)
- focus the editor
- hit ctrl+end (to place caret at the very end of document)
-- already you can not see the caret --
- type sth
-- caret is still not visible --
This is happening because last element is aligned to right and contains element small. Problem can be observed in native contenteditable as well.
For some reason when element is aligned to right and contains small tag, you can't see cursor blinking in IE8. When alignment or small tag is removed cursor is shown again.
I don't think this is something we can fix.