NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 774 - Orphan entries in Window menu
Orphan entries in Window menu
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
Macintosh Mac OS
: P4 normal
Assigned To: Curtis Rueden
: 782 808 852 856
Depends on:
Blocks:
 
Reported: 2014-06-11 07:32 CDT by Jan Eglinger
Modified: 2014-07-25 11:02 CDT
8 users (show)

See Also:

Description Jan Eglinger 2014-06-11 07:32:03 CDT
I observed inconsistent behaviour of the window manager in Fiji.
When opening a few sample images and closing one or more of them, e.g.

run("Blobs (25K)");
run("Boats (356K)");
run("Clown (14K)");
close();

the entries in the 'Window' menu do not correspond to the opened images. In my example, the window menu contains

  blobs.gif 63K
  clown.jpg 248K

although the open images are blobs.gif and boats.gif.

Closing all images results on one entry being left over in the window menu.
Also, the appearance of tick marks in front of the currently active window is inconsistent.

Information about your version of Java:

  os.arch => x86_64
  os.name => Mac OS X
  os.version => 10.9.3
  java.version => 1.6.0_65
  java.vendor => Apple Inc.
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.6.0_65-b14-462-11M4609
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 20.65-b04-462
  java.vm.vendor => Apple Inc.
  java.vm.info => mixed mode
  java.awt.graphicsenv => apple.awt.CGraphicsEnvironment
  java.specification.name => Java Platform API Specification
  java.specification.version => 1.6
  sun.cpu.endian => little
  sun.desktop => null
  file.separator => /

The up-to-date check says: REMIND_LATER

Information relevant to JAVA_HOME related problems:

  JAVA_HOME is set to: null
  imagej.dir => /Users/eglinger/Fiji-debug/Fiji.app

Information about the version of each plugin:

Activated update sites:
ImageJ: http://update.imagej.net/ (last check:20140610234546)
Fiji: http://fiji.sc/update/ (last check:20140611000938)
Comment 1 Curtis Rueden 2014-06-23 16:55:20 CDT
Confirmed behavior. Might be related to the ImageJ1<->ImageJ2 legacy bridge trying to keep windows in sync. Will investigate later this week.
Comment 2 Jan Eglinger 2014-06-23 17:00:42 CDT
*** Bug 782 has been marked as a duplicate of this bug. ***
Comment 3 soyer.magali 2014-06-25 08:40:58 CDT
*** Bug 808 has been marked as a duplicate of this bug. ***
Comment 4 Jan Eglinger 2014-07-14 07:00:48 CDT
*** Bug 852 has been marked as a duplicate of this bug. ***
Comment 5 Mark Hiner 2014-07-16 08:19:44 CDT
*** Bug 856 has been marked as a duplicate of this bug. ***
Comment 6 Johannes Schindelin 2014-07-25 10:39:05 CDT
This problem was caused by the fact that new images were added to the Window menu in an incorrect way; I just released and uploaded ij1-patcher-0.10.1.jar which fixes the issue.
Comment 7 Jan Eglinger 2014-07-25 11:02:27 CDT
Wow, great work (that's hidden behind https://github.com/imagej/ij1-patcher/pull/30 )!

Thank you so much!