Opened 11 years ago
Last modified 10 years ago
#11280 confirmed Bug
[IE] Selection not refreshed or incorrect if clicked outside body — at Initial Version
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Selection | Version: | 4.0 |
Keywords: | IE Oracle | Cc: |
Description
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.