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 #629 (accepted defect)

Opened 2011-06-21T16:06:42-05:00

Last modified 2013-04-15T09:58:07-05:00

Image Type not checked for newly opened images

Reported by: bdezonia Owned by: curtis
Priority: critical Milestone: imagej2-b10-compatibility
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By: #376, #632
Blocking: #1245

Description

Open any image. Look at the Image :: Type submenu. The image type is not checked. Change type to something. Type is now checked in menu and will continue to track correctly. Fix initialization of checkmark.

Change History

comment:1 Changed 2011-07-29T13:34:39-05:00 by bdezonia

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

Curtis, I believe you are working on this code.

comment:2 Changed 2011-08-01T08:10:07-05:00 by curtis

  • Milestone changed from biweekly-2011: Jul-18 to Jul-29 to biweekly-2011: Aug-01 to Aug-12

This requires checkbox menu items to be working (#376).

comment:3 Changed 2011-08-01T12:10:32-05:00 by curtis

  • Milestone changed from biweekly-2011: Aug-01 to Aug-12 to imagej-2.0-alpha5

Milestone biweekly-2011: Aug-01 to Aug-12 deleted

comment:4 Changed 2011-10-19T13:17:42-05:00 by curtis

  • Priority changed from major to critical

Waiting on #376 and #632.

comment:5 Changed 2011-11-01T10:31:55-05:00 by curtis

  • Status changed from assigned to accepted

comment:6 Changed 2012-02-27T11:00:55-06:00 by curtis

  • Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2

comment:7 Changed 2012-06-08T12:47:31-05:00 by curtis

  • Blocked By 376, 632 added

comment:8 Changed 2012-06-25T14:03:10-05:00 by curtis

  • Blocking 1245 added

comment:9 Changed 2012-06-25T14:03:29-05:00 by curtis

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

comment:10 Changed 2012-08-03T13:48:16-05:00 by curtis

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

comment:11 Changed 2013-01-22T12:50:41-06:00 by bdezonia

  • Milestone changed from imagej2-b7-ndim-data to imageJ-2.0.0-TO-REFILE

comment:12 Changed 2013-04-15T09:58:07-05:00 by curtis

  • Milestone changed from imagej2-unscheduled to imagej2-b10-compatibility

Filing to b10-compatibility for now, since this must work the same as IJ1. However, that assumes we don't go a different direction for types. Rather than having each type have its own menu item in a submenu, we could have a single "type change" plugin that discovers all available pixel types (which are expressed as ImageJ plugins of a particular type, wrapping their ImgLib2 counterparts). If we do that, this feature will change a bit because we will no longer have to worry about checkbox menu items in this circumstance.