Opened 8 years ago

Last modified 8 years ago

#14646 confirmed Bug

Text de-select problem on IE11

Reported by: Scott (Seo, Jeonghoon) Owned by:
Priority: Normal Milestone:
Component: General Version: 4.3
Keywords: Cc:

Description

Steps to reproduce

  1. Opens edit page, which is CKEditor included, on IE 11.
  2. Inputs one line of text and select some text by mouse.
  3. Clicks mouse left button on the area where is below the last line in editable area of CKEditor.

Expected result

De-selects selected text.

Actual result

Nothing change on selected block.

Other details (browser, OS, CKEditor version, installed plugins)

  • Occurred on IE 11 only, other browsers work fine.
  • I have solved this problem with applying CSS for content area of CKEditor.
    body {
      min-height: 97vh;
    }
    
  • Instead of 100vh, I have apply 97vh because of scrollbar issue.

Attachments (1)

text-deselect-problem-on-IE11.png (33.5 KB) - added by Scott (Seo, Jeonghoon) 8 years ago.

Download all attachments as: .zip

Change History (3)

Changed 8 years ago by Scott (Seo, Jeonghoon)

comment:1 Changed 8 years ago by Jakub Ś

Keywords: text de-select issue on IE11 removed
Status: newconfirmed
Version: 4.5.84.3

Problem can be reproduced from CKEditor 4.3.0 (when we started supporting IE11) in IE11 only.

comment:2 Changed 8 years ago by Scott (Seo, Jeonghoon)

Solution (min-height:97vh style for body tag) that I have suggested above is not proper. This causes another problem that image drag&drop is not working properly in IE 11.

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