Changes between Initial Version and Version 1 of Ticket #10787, comment 7
- Timestamp:
- Dec 20, 2013, 1:07:44 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #10787, comment 7
initial v1 4 4 5 5 Another funny fact is that once pasting fails, repeating 2-4 is successful in '''most''' of subsequent attempts. It might indicate some timing problem. 6 7 ---- 8 9 A different approach that also seems to solve the problem: 10 11 {{{ 12 --- a/plugins/clipboard/plugin.js 13 +++ b/plugins/clipboard/plugin.js 14 @@ -762 +762 @@ 15 - if ( CKEDITOR.env.webkit ) 16 + if ( CKEDITOR.env.webkit || CKEDITOR.env.gecko ) 17 }}}