Opened 10 years ago
Closed 10 years ago
#12806 closed New Feature (fixed)
Integrate new get and delete selected HTML methods with drag&drop and paste
Reported by: | Piotr Jasiun | Owned by: | Piotr Jasiun |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Methods inroduced in #11636 should be integrated with clipboard.
Change History (8)
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 10 years ago by
Owner: | set to Piotr Jasiun |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 10 years ago by
comment:5 Changed 10 years ago by
TODO: Remember to revert https://github.com/ckeditor/ckeditor-dev/commit/503667be4d209b732ae878c1384e31b14204061a as soon as this method is not needed.
comment:7 Changed 10 years ago by
Status: | assigned → review |
---|
comment:8 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Great to see it working. I merged the branch to major with git:148553f.
One follow-up ticket for IE8 - #13011.
I changed methods use in clipboard and it turned out that
getSelectedHtml
change the DOM (what change also the selection). I have added assertions togetSelectedHtml
test and this ticket needs to wait until #11586 is done, because it is the reasone of the problem.