<?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>1209</bug_id>
          
          <creation_ts>2015-08-30 19:03:34 +0200</creation_ts>
          <short_desc>Regression of Bug 1188 Patches: Parented Fullscreen Issues (X11, Windows)</short_desc>
          <delta_ts>2015-09-27 01:26:51 +0200</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>2.3.2</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>major</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>1188</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          
          
          <cf_type>---</cf_type>
          <cf_scm_refs>552dd898add86f8bd745ab4cc1a9e755edd9926d</cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>5045</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2015-08-30 19:03:34 +0200</bug_when>
    <thetext>Issues reported w/ NewtCanvasAWT Applets
when toggling fullscreen on X11 and Windows - at least.

Fullscreen On From NEWT Child: May not have proper FS size [at start].
Fullscreen Off Back to NEWT Child: May still have FS size.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5046</commentid>
    <comment_count>1</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2015-08-30 19:10:35 +0200</bug_when>
    <thetext>Can easily be reproduced with
  &lt;com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasAWT&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5050</commentid>
    <comment_count>2</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2015-08-31 08:46:35 +0200</bug_when>
    <thetext>552dd898add86f8bd745ab4cc1a9e755edd9926d

    Fix Bug 1209 - Regression of Bug 1188 Patches: Parented Fullscreen Issues (X11, Windows)
    
    The regression was caused by WindowImpl changes:
      (1) Not ignoring maximizedChanged(..) during fullscreen.
          X11 windows may promote maximized state, which will be passed
          in reconfigure -&gt; non-fullscreen and hinders reseting the original size.
    
      (2) getReconfigureMask(..) was wrongly translated to state-mask,
          i.e. special handling of STATE_MASK_UNDECORATED and STATE_MASK_CHILDWIN
          was removed.
    
    - Issues above were corrected
    
    - Replace PSTATE_MASK_FULLSCREEN_NFS* w/ own stateMaskNFS for simplification</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>