Changes between Initial Version and Version 6 of Ticket #10328
- Timestamp:
- Apr 17, 2013, 2:26:51 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10328
-
Property
Status
changed from
new
toconfirmed
- Property Keywords Webkit added
-
Property
Version
changed from
4.1
to4.0 Beta
-
Property
Status
changed from
-
Ticket #10328 – Description
initial v6 34 34 35 35 Is this a bug or do these two different "paste as plain text" methods work differently by definition? 36 37 ----- 38 **Edit:**[[BR]] 39 Problem can be reproduced in divarea sample in Webkit browsers from CKEditor 4.0 beta. Editor must have following settings: 40 {{{ 41 CKEDITOR.replace( 'editor1', { 42 extraPlugins: 'divarea', 43 enterMode : CKEDITOR.ENTER_DIV, 44 forcePasteAsPlainText : true 45 }); 46 }}} 47 **Pasting with Ctrl+V and with dialog produces different results.**