Re: Regression of alwaysOnTopBug
Posted by
Sven Gothel on
Dec 01, 2013; 6:21pm
URL: https://forum.jogamp.org/Regression-of-alwaysOnTopBug-tp4030735p4030736.html
On 12/01/2013 04:50 PM, Mike [via jogamp] wrote:
> Hey guys,
>
> There appears to be a regression of bug 570:
>
https://jogamp.org/bugzilla/show_bug.cgi?id=570.
>
> The bug is that Alt-tab doesnt work in fullscreen mode even though i
> explicitly set alwaysOnTop(false).
>
> I am running version 2.1.2 of Jogamp, however I noticed this regression at
> least six months ago.
We have to allow the Windowmanager (WM) to take away the focus
from the fullscreen window.
Otherwise we would steal the whole desktop.
So you are saying that you cannot ALT-TAB (switch application/focus)
to another application window ?
Which platform ?
Which JOGL version ?
~Sven
>
> Thanks,
> Mike