diff --git a/plugins/clipboard/plugin.js b/plugins/clipboard/plugin.js index f0f78c0f128..878b4b46082 100644 --- a/plugins/clipboard/plugin.js +++ b/plugins/clipboard/plugin.js @@ -1500,8 +1500,8 @@ * Main native paste event editable should listen to. * * **Note:** Safari doesn't like 'beforepaste' event - it sometimes doesn't - * properly handles ctrl+c. Probably some race-condition between events. - * Chrome and Firefox works well with both events, so better to use 'paste' + * handle ctrl+c properly. Probably some race-condition between events. + * Chrome and Firefox work well with both events, so it's better to use 'paste' * which will handle pasting from e.g. browsers' menu bars. * IE7/8 doesn't like 'paste' event for which it's throwing random errors. * diff --git a/tests/plugins/enterkey/enterkey.js b/tests/plugins/enterkey/enterkey.js index cfd9d0e944f..6fa30d35efd 100644 --- a/tests/plugins/enterkey/enterkey.js +++ b/tests/plugins/enterkey/enterkey.js @@ -97,6 +97,13 @@ // #7946 TODO: Add editor doc quirks mode tests. 'test enter key key scrolls document': function() { + // On iPads, behavior of scrollTop, scrollHeight and clientHeight is a bit unexpected. + // and