Opened 11 years ago
Last modified 10 years ago
#11280 confirmed Bug
[IE] Selection not refreshed or incorrect if clicked outside body
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | 4.0 |
Keywords: | IE Oracle | Cc: |
Description (last modified by )
Checked on IE8 and IE9:
- Open replacebycode sample.
- Click in various places outside body, on the left side of the editor area.
- See that selection in elements path does not reflect the place where caret is placed. Also, if you apply a style, it will be applied in different place (previous selection position).
This means that selectionChange wasn't correctly fired perhaps due to lack of native selectionchange.
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | Selection_143.png added |
---|
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Version: | → 4.0 |
Problem can be reproduced in IE8-11 from CKEditor 4.0 beta.
In IE11 elements path only shows "Body H1" (this value doesn't change).
In IE8 this value is "one step behind". First you see h1 then when you click next to P you still see h1, then when you click on another P or H1 you see P (all clicks were made in the margin to the left of body).
To workaround this problem you can change marging:20px to padding:20px for body element in contents.css.
Other tickets that concern same source of the problem: #11792, #10792, #10613, #10169.