-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
sparc
-
solaris_9
I am calling setResizable(false) on a Frame instance and pushing that frame into fullscreen mode. On Solaris9-CDE, the size of the frame exceeds the screen size and the components located at the 'South' region of the frame are getting hidden. When resizability is not turned off, it works fine.
This is noticed only on Solaris9-CDE and not reproducible on GNOME, Linux and win32. This is regression introduced in Tiger-beta-b47. This feature works fine on CDE for JDK1.4FCS, 1.4.1FCS, 1.4.2FCS and till tiger-beta2-b46.
I have attached a sample test. Execute the sample test as follows:
java FullScreenTest 0/1 where 0 - resizable is true, 1 - resizable is set to false. Run it with option '1'. You will see a frame with a button. Click the button. Frame will be pushed into fullscreen mode. You will see that the button located at the southern region of the frame gets hidden at the bottom. This will not happen when running it with option '0'.
This is noticed only on Solaris9-CDE and not reproducible on GNOME, Linux and win32. This is regression introduced in Tiger-beta-b47. This feature works fine on CDE for JDK1.4FCS, 1.4.1FCS, 1.4.2FCS and till tiger-beta2-b46.
I have attached a sample test. Execute the sample test as follows:
java FullScreenTest 0/1 where 0 - resizable is true, 1 - resizable is set to false. Run it with option '1'. You will see a frame with a button. Click the button. Frame will be pushed into fullscreen mode. You will see that the button located at the southern region of the frame gets hidden at the bottom. This will not happen when running it with option '0'.
- duplicates
-
JDK-5034392 Regression-test javax/swing/Popup/4714193/bug4714193.java hangs
-
- Closed
-