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

Opened 2011-04-11T17:04:18-05:00

Last modified 2013-03-19T10:55:36-05:00

Window menu commands do not work

Reported by: bdezonia Owned by: curtis
Priority: major Milestone: imagej2-b10-compatibility
Component: UI Framework Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #936, #1356

Description

IJ1's Window menu is not updated as images are opened. None of the Window menu commands work. Must implement this functionality.

Change History

comment:1 Changed 2011-04-29T13:34:58-05:00 by bdezonia

  • Summary changed from Implement Ij1's WIndow menu functionality to Implement Ij1's Window menu functionality

comment:2 Changed 2011-06-01T16:00:06-05:00 by bdezonia

  • Summary changed from Implement Ij1's Window menu functionality to Implement IJ1's Window menu functionality

comment:3 Changed 2011-07-29T13:02:26-05:00 by bdezonia

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

Curtis, I think you're working on this so I'm assigning it to you.

comment:4 Changed 2011-08-05T10:25:36-05:00 by curtis

  • Owner changed from curtis to gharris
  • Milestone changed from imagej-2.0-beta1 to imagej-2.0-alpha5

Now that we have dynamic menus (#632) and a prototype Open Recent implementation (#584), it should be doable to use similar logic for the Window menu. Just add a WindowService that listens for the appropriate events and registers ModuleInfos with the ModuleService.

comment:5 Changed 2011-08-15T09:34:37-05:00 by gharris

This is working in that it adds the displays to the Window Menu... However the menu still stops responding to mouse clicks after opening a display; The menu can only be opened using the Alt-W key... so you can see that the display was added to the list.
Need to determine what is disabling clicks on the menu (in the application frame).

comment:6 Changed 2011-09-02T09:56:20-05:00 by gharris

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

comment:7 Changed 2012-04-26T09:32:45-05:00 by curtis

  • Status changed from closed to reopened
  • Type changed from defect to feature
  • Resolution fixed deleted
  • Milestone changed from imagej-2.0-alpha5 to imagej-2.0.0-beta3

This functionality does not work.

comment:8 Changed 2012-04-26T09:32:53-05:00 by curtis

  • Owner changed from gharris to curtis
  • Status changed from reopened to assigned

comment:9 Changed 2012-04-26T09:33:22-05:00 by curtis

  • Blocking 936 added

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

  • Blocking 1162 added

comment:11 Changed 2012-07-03T12:40:02-05:00 by curtis

  • Type changed from feature to defect
  • Summary changed from Implement IJ1's Window menu functionality to Window menu commands do not work

comment:12 Changed 2012-07-12T11:13:08-05:00 by curtis

  • Blocking 1291 added; 1162 removed
  • Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4

comment:13 Changed 2012-09-06T14:23:35-05:00 by curtis

  • Blocking 1356 added; 1291 removed
  • Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5

comment:14 Changed 2013-03-18T15:17:15-05:00 by bdezonia

Note the window menu and the recent file menu are not updated with image opens. Window menu stuff was never finished. Tackle both of these.

comment:15 Changed 2013-03-19T10:55:36-05:00 by curtis

  • Status changed from assigned to accepted
  • Milestone changed from imagej2-b7-ndim-data to imagej2-b10-compatibility