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

Opened 2011-10-20T14:04:44-05:00

Last modified 2011-10-20T16:40:12-05:00

File Close sometimes opens images

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b1-initial
Component: Legacy Compatibility Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Open embryos. Open clown. Now File Close clown. Clown closes. A second copy of embryos opens.

Change History

comment:1 Changed 2011-10-20T16:40:12-05:00 by bdezonia

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

(In [4179]) fix bug 835: legacy image map no longer listens to DisplayCreatedEvents. It used to create ImagePluses automatically. Now we let LegacyPlugin do so. Avoids an event timing issue.