﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14646	Text de-select problem on IE11	Scott (Seo, Jeonghoon)		"== 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."	Bug	confirmed	Normal		General	4.3			
