Opened 13 years ago
Last modified 13 years ago
#8425 confirmed Bug
IE8 IE9: Selection Defect with contentEditable = "false" and unselectable = "on" — at Version 3
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2.1 |
Keywords: | IE8 IE9 | Cc: |
Description (last modified by )
This issue was reported on our support channel (Topic: selection defect)
- Download and copy defect.html to samples folder
- Open editor and select "[This is div one and it simulates]"
- Right-click outside selection but in the same line E.g.
area wher^e
- Repeat step three. this time click in
are^a where
Result: In both cases selection disappears. It shows on a moment on right-click and than disappears. To be more specific selection stays but the blue background disappears.
- Additionally in IE9. Left-click out side of editor. Text will look like it is unselected. Now move the cursor on the part of text that "was selected", grab it with left-click and try to move it in the same line.
Result: It is possible to move the text because it's selection had stayed.
Issue has been reproducible in IE8 and IE9 from CKEditor 3.2.1
Change History (5)
Changed 13 years ago by
Attachment: | defect.html added |
---|
Changed 13 years ago by
Attachment: | simple.html added |
---|
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
The simple.html sample is using a single document. It would be better to verify that this is a CKEditor issue to test with an editable iframe.
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|
Shows that without editor logic there is no problem with selection