Opened 11 years ago
Last modified 10 years ago
#11280 confirmed Bug
[IE] Selection not refreshed or incorrect if clicked outside body — at Version 1
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.
Change History (2)
Changed 11 years ago by
Attachment: | Selection_143.png added |
---|
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|