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