<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>914</bug_id>
          
          <creation_ts>2013-12-01 22:32:01 +0100</creation_ts>
          <short_desc>Don&apos;t allow &apos;alwaysontop&apos; in fullscreen mode, always allow switching to other applications via ALT-TAB</short_desc>
          <delta_ts>2013-12-03 21:56:07 +0100</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Newt</product>
          <component>core</component>
          <version>1</version>
          <rep_platform>All</rep_platform>
          <op_sys>all</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>---</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>570</dependson>
          <blocked>916</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          
          
          <cf_type>---</cf_type>
          <cf_scm_refs>4cb35d98a1b25fb8347584b0ab6534c7cfc5946c
69c334448cfe8af553fd97689137ecf8f996b378
0237bde0f3c13d393c3942b41f79656a80fd578d</cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>3418</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-12-01 22:32:01 +0100</bug_when>
    <thetext>As described @ &lt;http://forum.jogamp.org/Regression-of-alwaysOnTopBug-tp4030735p4030738.html&gt;,
that we shall not steal the desktop in fullscreen mode via &apos;alwaysontop&apos;.

Latest tests 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.

We need to disable atop in fullscreen mode.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3424</commentid>
    <comment_count>1</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-12-02 02:58:02 +0100</bug_when>
    <thetext>OSX 10.9 ALT-TAB does not work .. fix in progress</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3425</commentid>
    <comment_count>2</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-12-02 05:40:35 +0100</bug_when>
    <thetext>69c334448cfe8af553fd97689137ecf8f996b378
  Newt OSX: Don&apos;t use exclusive fullscreen mode (captured display) 
  in favor of proper WM incl. ALT-TAB app-switching

We don&apos;t use exclusive fullscreen anymore (capturing display)
allowing ALT-TAB to allow process/app switching!

Shall have no penalty on modern GPU and is also recommended, see bottom box @
&lt;https://developer.apple.com/library/mac/documentation/graphicsimaging/Conceptual/QuartzDisplayServicesConceptual/Articles/DisplayCapture.html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3433</commentid>
    <comment_count>3</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-12-03 21:56:07 +0100</bug_when>
    <thetext>0237bde0f3c13d393c3942b41f79656a80fd578d
    Newt OSX: Reset NSApp&apos;s presentationOptions @ windowClose0();
                       Assume having focus in fullscreen-mode
    
    - Reset NSApp&apos;s presentationOptions @ windowClose0()
    
      Commit 69c334448cfe8af553fd97689137ecf8f996b378 started using the [NSApp setPresentationOptions: opts]
      but missed to reset to defaults @ windowClose0();
    
    - Assume having focus in fullscreen-mode
      NewtMacWindow::windowDidBecomeKey()&apos; is not always called in fullscreen-mode!
    
    Note: OSX Fullscreen from a browser still shows the browser title-bar
    until mouse-click. Don&apos;t know how to avoid this. Minor issue..</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>