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

Opened 2012-08-24T11:40:19-05:00

Last modified 2012-12-11T15:32:49-06:00

IJ1 does not understand IJ2's definition of the current selection

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b6-legacy
Component: Legacy Compatibility Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1583

Description

Open Boats.
Draw one rectangle overlay.
Run Plot Profile.

success

Draw a second rectangle overlay.

Run Plot Profile.

"Line or area selection required"

Change History

comment:1 Changed 2012-08-24T11:48:08-05:00 by bdezonia

The definition confusion with IJ1 has another manifestation. Open boats and draw an overlay. Run Deselect Overlays. Run Plot Profile and it runs to completion when in fact maybe it should complain that it doesn't have a selection.

Last edited 2012-08-24T12:08:11-05:00 by bdezonia

comment:2 Changed 2012-08-24T12:07:18-05:00 by bdezonia

  • Summary changed from Current selection not sent to IJ1 clearly to IJ1 does not understand IJ2's definition of the current selection

comment:3 Changed 2012-08-24T12:10:09-05:00 by bdezonia

  • Blocking 285 added

comment:4 Changed 2012-09-10T09:10:16-05:00 by bdezonia

  • Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta6

comment:5 Changed 2012-12-11T15:32:49-06:00 by bdezonia

  • Status changed from new to closed
  • Resolution set to fixed
  • Blocking 1583 added; 285 removed
  • Milestone changed from imagej2-b9-rois to imagej2-b6-legacy-undo

This issue was fixed by the code that was put in place to translate the current Overlay as the ImagePlus' Roi and the other Overlays as the ImagePlus' Overlay.