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

Opened 2012-07-11T14:44:48-05:00

Last modified 2012-08-24T11:31:23-05:00

Select All not working

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b4-plugins
Component: Legacy Compatibility Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1339

Description

Open an image like Boats.
Run Edit > Selection > Select All.
Run Analyze > Profile Plot.
Warned that there is no selection. In IJ1 the plot is shown.

Change History

comment:1 Changed 2012-07-12T11:13:39-05:00 by bdezonia

In IJ1 Select All (since there is only one ROI at a time) creates a selection that fills the window.
in IJ2 Select All (since there are numerous ROIs at a time) selects all the ROIs currently in the view. IJ2's version may not make sense. We might need separate commands: Select All (create full rectangular selection) and Select All ROIs.

comment:2 Changed 2012-07-17T14:13:59-05:00 by bdezonia

  • Blocking 1339 added

comment:3 Changed 2012-08-24T11:31:23-05:00 by bdezonia

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

With commit 64bd98afd200e10c90b9ac5b2a018fe29e2f9322 replaced Select All and Select None with three plugins: Select Overlays, Deselect Overlays, and SelectView.

Note that there are currently a handful of bugs that I am filing in regards to the performance of the Select View plugin. Hatching as separate tickets because I'm not sure if they are issues with the plugin or in the support of overlays in ij-core.