aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/widgetselection/plugin.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/widgetselection/plugin.js')
-rw-r--r--sources/plugins/widgetselection/plugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/plugins/widgetselection/plugin.js b/sources/plugins/widgetselection/plugin.js
index b7aa6a0..6c788cb 100644
--- a/sources/plugins/widgetselection/plugin.js
+++ b/sources/plugins/widgetselection/plugin.js
@@ -4,7 +4,7 @@
4 */ 4 */
5 5
6/** 6/**
7 * @fileOverview A plugin created to handle ticket #11064. While the issue is caused by native WebKit/Blink behaviour, 7 * @fileOverview A plugin created to handle ticket http://dev.ckeditor.com/ticket/11064. While the issue is caused by native WebKit/Blink behaviour,
8 * this plugin can be easily detached or modified when the issue is fixed in the browsers without changing the core. 8 * this plugin can be easily detached or modified when the issue is fixed in the browsers without changing the core.
9 * When Ctrl/Cmd + A is pressed to select all content it does not work due to a bug in 9 * When Ctrl/Cmd + A is pressed to select all content it does not work due to a bug in
10 * Webkit/Blink if a non-editable element is at the beginning or the end of the content. 10 * Webkit/Blink if a non-editable element is at the beginning or the end of the content.