Ticket #936 (accepted defect)
Opened 2012-02-03T18:28:50-06:00
Last modified 2013-03-19T10:55:58-05:00
Window menu does not pull image to front
Reported by: | bdezonia | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b10-compatibility |
Component: | UI Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | #441, #995 | |
Blocking: | #1356 |
Description
Open Blobs. Open another application over it (like terminal). Switch back to IJ2 and image is not visible. Select Window menu and choose the image. It still is hidden behind the other app window. The service should pull it to the front.
Change History
comment:1 Changed 2012-02-16T16:08:51-06:00 by bdezonia
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2
comment:2 Changed 2012-03-27T10:37:53-05:00 by bdezonia
- Owner changed from bdezonia to curtis
- Status changed from new to assigned
This issue may be related to #749
comment:3 Changed 2012-03-27T11:56:45-05:00 by curtis
- Blocked By 995 added
I don't think so. The SelectWindow plugin calls display.activate(), which does fire, but the corresponding window is never selected. Rather, I think finishing the display refactoring (#995) will address this issue.
comment:6 Changed 2012-07-12T11:12:10-05:00 by curtis
- Blocking 1291 added; 1162 removed
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
comment:7 Changed 2012-09-06T14:23:42-05:00 by curtis
- Blocking 1356 added; 1291 removed
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:8 Changed 2013-03-19T10:55:58-05:00 by curtis
- Status changed from assigned to accepted
- Milestone changed from imagej2-b7-ndim-data to imagej2-b10-compatibility
WindowMenuService does not seem to do anything. Open two images. Select between them in the window menu. The active window does not change. Neither is a check box displayed in the menu next to the active image.