JDK-6942047 : AWT_Modality/Automated/ModalOnTop/DocumentModalDialog fails on OEL 4.8 x64
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6,8
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: linux
  • CPU: x86
  • Submitted: 2010-04-08
  • Updated: 2021-07-13
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
Relates :  
Description
AWT_Modality/Automated/ModalOnTop/DocumentModalDialog fails on OEL 4.8 x64
Clicking on a document modals did not bring it to the top.
Dialog buttons did not gain focus and did not trigger actions

For details see comments.

Comments
These are all approved for deferral to JDK 9 so you can update the FixVersion to state JDK 9. Kind regards, Mathias
29-08-2013

These are all approved for deferral to JDK 9 so you can update the FixVersion to state JDK 9. Kind regards, Mathias
29-08-2013

These are all approved for deferral to JDK 9 so you can update the FixVersion to state JDK 9. Kind regards, Mathias
29-08-2013

Converted "8-client-defer-candidate" label to "8-defer-request" by SQE' OK.
15-08-2013

*This is anti-deferral criteria list*: - P2 -------------- Engineering's Criteria ------------------------------------- - tck-red labeled - conformance labeled - P3 regressions reported/labeled against jdk8 - findbugs, parfait, eht labeled bugs - CAP <1 year reported - netbeans <1 year reported Victor ----------------- SQE's OK --------------------------------- Yes, we are ok with that thanks, Mikhail
15-08-2013

downgraded to P3 as one test failure
27-06-2013

8-defer-request: This is the issue from 7 GA when it was approved to defer that time. Requesting to defer again because there are no customer escalations on this issue.
14-06-2013

EVALUATION The issue Test1.java (attached to the CR) fails on Ubuntu 10.04 on the compiz window manager only. Please note that the original test output differs from the one received on Ubuntu with the same test also. So it's unclear whether the Test1.java reproduces exactly the same issue as experienced in the original testing environment. It's necessary to try running the original test on an Oracle Enterprise Linux 4.8 x64 system and see how it works there.
24-06-2010

EVALUATION Note that the dialog stays on top of the frame (which is not the dialog's owner) only in certain environments. Most likely it's a window manager related (metacity only?) issue.
10-06-2010

EVALUATION The problem can be easily reproduced with a simple test - see attached file Test1.java
10-06-2010

EVALUATION The issue is reproducible on Ubuntu 10.4 The error report contains the next information: Testcase Info: Test whether a document modal Dialog created with a null Frame constructor stays on top of the windows it block TESTCASE ERR: FAIL: Clicking the close button on right Frame did not trigger Action. Dialog still stays on top TESTCASE ERR: FAIL: Clicking inside the Dialog did not make it focused. A Frame partially hides the Dialog TESTCASE ERR: FAIL: DummyButton on Dialog did not gain focus when clicked. This is a document modal dialog TESTCASE ERR: FAIL: DummyButton on Frame did not gain focus on clicking. Document modal dialog present should not block this Frame TESTCASE ERR: FAIL: DummyButton on Frame did not trigger action on clicking. Document modal dialog present should not block this Frame TESTCASE ERR: FAIL: Clicking on a frame did not bring it to the top. The document modal dialog is staying on top Testcase Status: FAIL Testcase Info: Test whether a document modal Dialog created with a null Dialog constructor stays on top of the windows it block TESTCASE ERR: FAIL: Clicking the close button on right Frame did not trigger Action. Dialog still stays on top TESTCASE ERR: FAIL: Clicking inside the Dialog did not make it focused. A Frame partially hides the Dialog TESTCASE ERR: FAIL: DummyButton on Dialog did not gain focus when clicked. This is a document modal dialog TESTCASE ERR: FAIL: DummyButton on Frame did not gain focus on clicking. Document modal dialog present should not block this Frame TESTCASE ERR: FAIL: DummyButton on Frame did not trigger action on clicking. Document modal dialog present should not block this Frame TESTCASE ERR: FAIL: Clicking on a frame did not bring it to the top. The document modal dialog is staying on top Testcase Status: FAIL Test failed! See the report
31-05-2010