Re: Regression of alwaysOnTopBug
Posted by
Sven Gothel on
Dec 01, 2013; 9:27pm
URL: https://forum.jogamp.org/Regression-of-alwaysOnTopBug-tp4030735p4030738.html
On 12/01/2013 07:21 PM, Sven Gothel wrote:
> 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 ?
I have tested w/ latest JOGL on X11/GNU/Linux
and Windows7.
With default settings, i.e. alwaysontop (atop) disabled,
it works as expected here, i.e.:
- ALT-TAB triggers WM dialog, switching between apps.
- ALT-TAB can actually switch to other apps.
However, with enabled atop:
- ALT-TAB triggers WM dialog, switching between apps.
- ALT-TAB does _not_ switch to other apps.
I consider this a serious issue, since we shall not steal
the desktop in fullscreen mode.
Hence - I will file a bug-report that we need to disable atop
in fullscreen mode.
~Sven
>
> ~Sven