Ticket #1852 (closed defect: fixed)
Opened 2013-05-08T11:42:47-05:00
Last modified 2015-02-23T11:12:36-06:00
HistogramPlot keeps IJ2 from exiting
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | Analysis Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1457 |
Description
Open an image
Run histogram plot command
Exit program
IJ2 never terminates
Since the merge of graceful-quit this behavior likely points out that the histogram plot plugin is not disposing of its window correctly.
Change History
comment:1 Changed 2013-05-08T11:56:41-05:00 by bdezonia
comment:2 Changed 2013-05-31T11:28:07-05:00 by bdezonia
This failure to close with an open dialog also affects things like Threshold and perhaps BrightnessConstrast. We need way to close all open windows without relying on my exit hack outlined elsewhere (#1856).
comment:3 Changed 2013-06-04T11:43:12-05:00 by bdezonia
- Blocking 1457 added; 1563 removed
- Milestone changed from imagej2-b7-ndim-data to imagej2-b8-analysis
comment:4 Changed 2015-02-23T11:12:36-06:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
Not a problem anymore. Not sure when it was fixed; maybe with the Fiji won't quit work...
With commit 4f1fed0d6b9512e3d7b75cb80be7e32f1fb3ec82 the histogram plot frame is made to dispose on close. If you open and close a hist plot it no longer gets in the way of program exit.
There is a related issue in that if you exit the program with a hist plot open all windows but the plot close. And IJ2 won't exit until you close the hist plot window. Maybe the hist plot plugin needs to implement the Display<?> interface so that it is automatically closed on exit.