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 Piotrek Koszuliński)

Checked on IE8 and IE9:

  1. Open replacebycode sample.
  2. Click in various places outside body, on the left side of the editor area.
  3. 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)

Selection_143.png (38.6 KB) - added by Piotrek Koszuliński 11 years ago.

Download all attachments as: .zip

Change History (4)

Changed 11 years ago by Piotrek Koszuliński

Attachment: Selection_143.png added

comment:1 Changed 11 years ago by Piotrek Koszuliński

Description: modified (diff)

comment:2 Changed 10 years ago by Jakub Ś

Keywords: IE added
Status: newconfirmed
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.

comment:3 Changed 10 years ago by Jakub Ś

Keywords: Oracle added

#12629 was marked as duplicate.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy