Opened 9 years ago
Last modified 9 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
- Opens edit page, which is CKEditor included, on IE 11.
- Inputs one line of text and select some text by mouse.
- 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)
Change History (3)
Changed 9 years ago by
Attachment: | text-deselect-problem-on-IE11.png added |
---|
comment:1 Changed 9 years ago by
Keywords: | text de-select issue on IE11 removed |
---|---|
Status: | new → confirmed |
Version: | 4.5.8 → 4.3 |
comment:2 Changed 9 years ago by
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.
Problem can be reproduced from CKEditor 4.3.0 (when we started supporting IE11) in IE11 only.