From d2add2467875eb199a9f0594635d763e3d09f1b1 Mon Sep 17 00:00:00 2001 From: Piotr Jasiun Date: Mon, 7 Oct 2013 11:30:32 +0200 Subject: [PATCH] Change changelog entry. --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 805ece62f4f..c57ec14bb9a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ CKEditor 4 Changelog Fixed Issues: -* [#10945](http://dev.ckeditor.com/ticket/10945): Click with mouse inside editor does not show the caret, but user is able to enter text. +* [#10945](http://dev.ckeditor.com/ticket/10945): Fixed: click with mouse inside editor does not show the caret in Chrome. * [#10912](http://dev.ckeditor.com/ticket/10912): Prevent default action when content of a non-editable link is clicked. * [#10913](http://dev.ckeditor.com/ticket/10913): Fixed CKEDITOR.plugins.addExternal not handling paths including file name specified. * [#10666](http://dev.ckeditor.com/ticket/10666): Fixed CKEDITOR.tools.isArray not working cross frame.