Changes between Version 4 and Version 5 of Ticket #11636
- Timestamp:
- Jul 3, 2014, 1:08:18 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11636 – Description
v4 v5 1 1 Short 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. 2 2 3 == Outdated description:==3 === Outdated description: === 4 4 5 5 Because 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.