JDK-4737788 : jframe undecorated cover taskbar when maximized
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.0,1.4.1,1.4.2,5.0,6
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic,windows_2000,windows_xp
  • CPU: generic,x86
  • Submitted: 2002-08-27
  • Updated: 2022-05-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Relates :  
Description
Name: rmT116609			Date: 08/27/2002


FULL PRODUCT VERSION :
java version "1.4.1-rc"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-rc-b19)
Java HotSpot(TM) Client VM (build 1.4.1-rc-b19, mixed mode)

FULL OPERATING SYSTEM VERSION :
Microsoft Windows 2000 [Versione 5.00.2195]

A DESCRIPTION OF THE PROBLEM :
An undecorated jframe (frame.setUndecorated(true)) when maximized covers the windows taskbar, even if i selected the always on top option. this doesn't happens for decorated frames.

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. open the metalworks jfc demo using jdk 1.4.1 rc
2. maximize the window using the top right buttons
3.

EXPECTED VERSUS ACTUAL BEHAVIOR :
the taskbar should be covered only if i disabled the "always on top" windows setting (to select this option right click on the taskbar and select properties)


The problem is not reproducible with JDK1.3.1_04.

REPRODUCIBILITY :
This bug can be reproduced always.

Release Regression From : 1.3.1_04
The above release value was the last known release where this 
bug was known to work. Since then there has been a regression.

(Review ID: 163682) 
======================================================================

Comments
Test case java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java is amended to work taking into account existence of this bug. When this bug is fixed the test case needs to be updated again.
16-05-2022

EVALUATION This is not a regression since undecorated frames is new to 1.4. They always cover the taskbar no matter the windows taskbar setting. We should probably respect this property. ###@###.### 2002-08-28
28-08-2002