Opened 13 years ago
Last modified 13 years ago
#8425 confirmed Bug
IE8 IE9: Selection Defect with contentEditable = "false" and unselectable = "on"
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 IE8 selection stays.
In IE9 selection shows for a moment on right-click and than disappears. To be more specific selection stays but the blue background disappears (what proves step 5).
- 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
Attachments (3)
Change History (8)
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) |
---|
comment:4 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 13 years ago by
I have created an example with iframe but the issue seems to be ok there.
Shows that without editor logic there is no problem with selection