Changes between Initial Version and Version 6 of Ticket #10328


Ignore:
Timestamp:
Apr 17, 2013, 2:26:51 PM (11 years ago)
Author:
Jakub Ś
Comment:

Problem can be reproduced in divarea sample in Webkit browsers from CKEditor 4.0 beta. Editor must have following settings:

CKEDITOR.replace( 'editor1', {
	extraPlugins: 'divarea',
	enterMode : CKEDITOR.ENTER_DIV,
	forcePasteAsPlainText : true				
});

Pasting with Ctrl+V and with dialog produces different results.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10328

    • Property Status changed from new to confirmed
    • Property Keywords Webkit added
    • Property Version changed from 4.1 to 4.0 Beta
  • Ticket #10328 – Description

    initial v6  
    3434
    3535Is this a bug or do these two different "paste as plain text" methods work differently by definition?
     36
     37-----
     38**Edit:**[[BR]]
     39Problem can be reproduced in divarea sample in Webkit browsers from CKEditor 4.0 beta. Editor must have following settings:
     40{{{
     41CKEDITOR.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.**
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy