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 #987 (new defect)

Opened 2012-02-21T14:27:37-06:00

Last modified 2013-01-22T15:43:33-06:00

More context sensitivity is required for modules in menus

Reported by: curtis Owned by: curtis
Priority: major Milestone: imagej2-unscheduled
Component: UI Framework Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1630

Description

It needs to be possible for a module to be available (i.e., enabled or disabled) depending on context, as well as for a module to be "selected" or not depending on context. Currently, these fields are stored at the ModuleInfo level, which is global for that module. When a module's visible or enabled setting changes, all menus should be updated globally. But that behavior is insufficient for true context-sensitivity. Each ShadowMenu node also needs its own visible and enabled states, which can be toggled individually.

Change History

comment:1 Changed 2012-05-09T13:08:10-05:00 by curtis

  • Blocking 1162 added

comment:2 Changed 2012-07-12T11:07:54-05:00 by curtis

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

comment:3 Changed 2012-08-03T10:21:06-05:00 by curtis

  • Blocking 1356 added

comment:4 Changed 2012-08-03T10:22:25-05:00 by curtis

  • Blocking 1291 removed

(In #1291) Pushing some menuing tickets to 2.0.0-beta5; see #1356.

comment:5 Changed 2012-08-03T10:23:41-05:00 by curtis

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

comment:6 Changed 2013-01-22T15:43:33-06:00 by bdezonia

  • Blocking 1630 added; 1356 removed
  • Milestone changed from imagej2-b7-ndim-data to imagej2-unscheduled