Changes between Version 1 and Version 2 of Ticket #9753, comment 10


Ignore:
Timestamp:
Dec 5, 2012, 9:07:12 AM (11 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9753, comment 10

    v1 v2  
    11Not it is clear but the issue is still invalid.[[BR]]
    22
    3 When you paste text like this from notepad it gets pasted as single p (this may vary between browsers). Single P as you probably know is in HTML5 flow element (referred in HTML4 as Block-level element). Element Pre is the same - flow/block.
     3When you paste text like this from notepad it gets pasted as single p (One enter from notepad gets changed to br. Two enters from notepad get changed to p - this was unified in CKEditor 4). Single P as you probably know is in HTML5 flow element (referred in HTML4 as Block-level element). Element Pre is the same - flow/block.
    44
    55Editor works like that by design - block/flow element replaces whole block/flow element, not just selection. Replacing selection works with phrasing/inline elements.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy