Changes between Version 4 and Version 5 of Ticket #11636


Ignore:
Timestamp:
Jul 3, 2014, 1:08:18 PM (10 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11636 – Description

    v4 v5  
    11Short description - we need methods which will retrieve and extract HTML in a way correct from user experience POV. For example when selection is inside `<strong>`, we need not only text that's selected, but also information about the style applied in this location, so that `<strong>` tag.
    22
    3 == Outdated description: ==
     3=== Outdated description: ===
    44
    55Because of custom implementation of drag & drop (#11460) we will use  `selection.getSelectedHTML` and `range.deleteContents` more often to read and remove dragged HTML. Current implementation of `selection.getSelectedHTML` can not be based on `range.cloneContents` because it changes range (#11586) and works not as we could expected.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy