Relates :
|
|
Relates :
|
|
Relates :
|
AlwaysOnTop behaviour introduced as implementation of RFE 4303256 doesn't work properly in case of Linux Following is the Linux flavor I have tested and it fails on all Shrike (Red Hat 9) With metacity 2.4.3.4 Fedora (Red Hat Advance Server 3.0) metacity 2.4.55 Mercury(JDS) with metacity 2.4.55 Attached the testcase's which shows the failure 1) rfe4303256.java : This testcase tests extensibly this feature and this was developed for testing of RFE 4303256, This is automated test and display in console the failed scenario's. 2) TestOnTop_Bug.java : this is small testcase which creates two windows a) JFrame : setAlwaysOnTop(true) b) JWindow: setAlwaysOnTop(false) Now if the output shows JWindow over JFrame that means a failure as we are setting JFrame property alwaysOnTop so it should be on top of JWindow, and this is what happens in Solaris Gnome and Windows, But not Linux ###@###.### 2004-04-08 ------------------------------------- In generation of baseline results its being discovered that this test fails also on solaris 10(gnome with metacity) if we use XToolkit i.e. awt.toolkit=sun.awt.X11.XToolkit ###@###.### 2004-04-14
|