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 #847 (closed defect: fixed)

Opened 2011-10-26T13:33:46-05:00

Last modified 2011-11-07T14:17:43-06:00

Copy/Paste not working

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b1-initial
Component: Plugins Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Open Blobs. Select All. Edit Copy. New Image (IJ2 version) - zero fill. Edit Paste.

Original image outline (selection) is displayed in center of new image. Pixel values are all zero.

Will likely need to write a new Cut/Copy/Paste pure IJ2 plugin.

Change History

comment:1 Changed 2011-11-07T14:17:43-06:00 by bdezonia

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

Found a workaround by modifying LegacyPlugin::run() to finish any paste operations started by IJ1 that were not completed. Fixed in e40694b312952ed5d97b9036a74c78c6afad8a12.