Changes between Version 3 and Version 4 of Ticket #11526, comment 3
- Timestamp:
- Feb 12, 2014, 10:37:49 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11526, comment 3
v3 v4 1 1 = Testing environment = 2 2 I tested Drag & Drop and Copy & Paste I the following cases. You can find scripts used for testing in the attachment. 3 == ===HTML from outside of editable area3 == HTML from outside of editable area 4 4 Source HTML: 5 5 {{{ … … 8 8 <p>Aliquam <b>mi est</b>, interdum 9 9 }}} 10 == ===HTML from inside of editable area11 12 As above. 13 14 == ===Text from textarea10 == HTML from inside of editable area 11 12 As above. 13 14 == Text from textarea 15 15 Textatea in the same document as content editable area. Textarea contains: 16 16 {{{ 17 17 foo bar 18 18 }}} 19 == ===2 images from system file browser19 == 2 images from system file browser 20 20 Because file API is based on `files` array multiple file should works the same way as one file, but if it is not possible to drop/paste two files I also tested one file. 21 21 22 == ===2 text files from system file browser23 As above. 24 25 == ===Part of image from MS Paint22 == 2 text files from system file browser 23 As above. 24 25 == Part of image from MS Paint 26 26 Part of png/jpeg file opened with MS Paint. It is not possible to drag part of the image from Paints editing area so only copy and paste is possible. The same for Gimp. 27 27 28 == ===Part of document from MS Word/Wordpad29 Document containing format ed (bolded) text and image:28 == Part of document from MS Word/Wordpad 29 Document containing formatted (bolded) text and image: 30 30 {{{ 31 31 [b]foo[/b] … … 34 34 }}} 35 35 36 == ===Text from notepad36 == Text from notepad 37 37 Like for Paint D&D is not possible. 38 38 39 == ===Text from pdf (Adobe Reader XI)39 == Text from pdf (Adobe Reader XI) 40 40 Like for Paint D&D is not possible. 41 41