Bug 383 - problems with GLWindow setFullscreen
Summary: problems with GLWindow setFullscreen
Status: VERIFIED INVALID
Alias: None
Product: Newt
Classification: JogAmp
Component: windows (show other bugs)
Version: 1
Hardware: pc_all windows
: P4 major
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2009-12-22 03:26 CET by Sven Gothel
Modified: 2010-07-06 06:18 CEST (History)
0 users

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 08:04:15 CET


---- Reported by sgothel@jausoft.com 2010-03-22 12:45:48 -0400 ----




---- Reported by lagz85@kenai.com 2009-12-22 15:26:40 ----

This following behaviour is observed on Windows 7 (32 bit), although may also be present on other systems.

                Consider the following actions:
                1. Create a window and call setFullscreen(true) to make it fullscreen
                2. Call setFullscreen(false) to make it windowed again

                On Windows 7 (32 bit) I observe two problems when restoring the window to windowed mode:
                1. The window is "always on top" when it shouldn't be
            2. The reshape method is called on all registered GLEventListeners, but the hight and width parameters are slightly incorrect. I think they might include the window decoration area, when in fact they should not.



--- Bug imported by sgothel@jausoft.com 2010-03-22 12:45 EDT  ---

This bug was previously known as _bug_ 1794 at http://kenai.com/bugzilla/show_bug.cgi?id=1794

The original reporter of this bug does not have
   an account here. Reassigning to the person who moved
   it here: sgothel@jausoft.com.
   Previous reporter was lagz85@kenai.com.





--- Bug imported by sgothel@jausoft.com 2010-03-24 08:04 EDT  ---

This bug was previously known as _bug_ 8 at http://jogamp.org/bugzilla/show_bug.cgi?id=8
Comment 1 Sven Gothel 2010-07-06 06:18:58 CEST
The 'on-top' issue is a no-issue, ie fullscreen focused the window (on top),
hence restoring it shall not 'hide' the window.

The 'off by decoration' issue is fixed, as far as I see, 
sorry no SCM ref for this.

If this bug still exist, please reopen it with a test case,
which states the size bug properly.