Changes between Initial Version and Version 8 of Ticket #4418


Ignore:
Timestamp:
02/18/2013 10:41:44 (11 years ago)
Author:
erikos
Comment:

I think this ticket went a bit off track. First of all we should define the use case again from the original request from Daniel:

He reported that he can not copy an image from Browse or Paint (this copying is using the clipboard). I added test cases to the description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4418

    • Property Status changed from new to accepted
    • Property Cc humitos erikos godiard added
    • Property Summary changed from Can't copy images to clipboard to Copying an image does not work
    • Property Keywords r? added
    • Property Owner changed from erikos to humitos
  • Ticket #4418 – Description

    initial v8  
    77AttributeError: NoneType object has no attribute 'get_data'
    88}}}
     9
     10For copying a clipping from Paint the steps are as follows:
     11
     12- open Paint and draw something
     13
     14- select parts of the drawing
     15
     16- in the edit section push the copy button
     17
     18---> in the clipboard an entry is created that has the copy icon and is labelled image clipping, it has only one option for opening it
     19
     20- try to resume that entry
     21
     22---> Paint is opened but the canvas is empty
     23
     24- go to the edit toolbar and push the paste button
     25
     26---> the clipping is pasted fine into Paint
     27
     28
     29
     30For copying a clipping from Browse the steps are as follows:
     31
     32- click on an image in Browse (e.g. Wikipedia picture, a Google searched picture...) and select 'Copy image' in the Palette
     33
     34---> in the clipboard an entry is created that has the copy icon and is labelled image clipping, it has only one option for opening it
     35
     36- select 'open' in the clipping Palette
     37
     38---> Paint is opened but the canvas is blank
     39
     40- go to the edit toolbar and push the paste button
     41
     42---> the clipping is pasted fine into Paint
     43