NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #762 (closed defect: fixed)

Opened 2011-09-16T14:04:14-05:00

Last modified 2011-11-09T08:49:56-06:00

IJ1 Cut/Copy/Paste gets tangled with IJ2 functions on Overlays

Reported by: afraser Owned by: bdezonia
Priority: major Milestone: imagej2-b1-initial
Component: Other Version:
Severity: serious Keywords: cut, copy, paste
Cc: Blocked By:
Blocking:

Description

This is a tough one to describe since I've seen just about every combination of weirdness happen here. What I THINK is happening is that the IJ1 commands are somehow getting confused with cut/copy/paste commands on the tools built in to the overlays.

Try this:
open clown.jpg
draw an ellipse overlay
edit > copy
select the overlay and delete it
edit > paste
(the overlay is pasted)
select the pasted overlay and delete it
edit > paste
(the overlay is pasted WITH the contents of the selection this time)

This behavior is different, but nearly as strange if the overlay isn't deleted.

Change History

comment:1 Changed 2011-11-07T17:20:03-06:00 by curtis

  • Owner changed from curtis to bdezonia
  • Status changed from new to assigned

Assigning to Barry, since I know he was looking at the paste logic earlier today.

comment:2 Changed 2011-11-08T16:21:55-06:00 by bdezonia

Can no longer duplicate. I fixed paste operations when squashing bug #847. Perhaps this is fixed. I have an email into Adam to get clarification.

comment:3 Changed 2011-11-09T08:49:56-06:00 by bdezonia

  • Status changed from assigned to closed
  • Resolution set to fixed

After clarifying with Adam this seems fixed.