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 303 - 3DViewer: Adjust threshold dialog disappears in full screen mode
3DViewer: Adjust threshold dialog disappears in full screen mode
Status: RESOLVED MOVED
Product: Fiji
Classification: Unclassified
Component: 3D Viewer
unspecified
Other Linux
: P2 normal
Assigned To: Benjamin Schmid
Depends on:
Blocks:
 
Reported: 2011-04-27 10:05 CDT by G. Landini
Modified: 2014-06-17 03:29 CDT
1 user (show)

See Also:

Description G. Landini 2011-04-27 10:05:25 CDT
Could you please have a look at these 3 issues:

1. The "adjust threshold" dialog disappears (goes to the background) in 3DViewer full screen mode as soon as one starts adjusting the threshold.
This does not happen with the transparency dialog, so I guess it is a bug.

2. Calling a new threshold OR transparency adjusters creates a new dialog instead of bringing back the one already open.

3. When one closes the main 3DViewer window, the extra dialogs remain open. I think they should be closed.
Comment 1 Johannes Schindelin 2011-04-27 12:22:57 CDT
Bene?
Comment 2 Curtis Rueden 2014-06-16 16:08:52 CDT
> 1. The "adjust threshold" dialog disappears (goes to the background)
> in 3DViewer full screen mode

Actually on my system I am not able to access _anything_ except the 3D Viewer window itself when it is full screen. I am not sure there is much that can be done about this, since I am guessing it is a property of how Java and/or Java3D and/or OpenGL handles full screen. It may even be platform specific.

> 2. Calling a new threshold OR transparency adjusters creates
> a new dialog instead of bringing back the one already open.

https://github.com/fiji/3D_Viewer/issues/9

> 3. When one closes the main 3DViewer window, the extra dialogs
> remain open. I think they should be closed.

https://github.com/fiji/3D_Viewer/issues/10
Comment 3 G. Landini 2014-06-17 03:29:56 CDT
> 1. The "adjust threshold" dialog disappears (goes to the background)
> in 3DViewer full screen mode

From Curtis' reply I do really understand the comment, so here goes my explanation again:
Transparency slider/dialog remains always on top
Threshold slider/dialog always goes to the background as soon as you click anything else. You cannot bring it back.

This is in full screen or the default window size.
This is neither consistent or expected. If the transparency dialog can be kept on the foreground, I cannot understand why the threshold dialog cannot.
Cheers

G.