Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b36
-
generic
-
linux
Description
Tested on jdk 8 ubuntu 11.04
Testcase attached.
How to reproduce:
1 javac DisabledComponent.java
2 java DisabledComponent
Expected behavior:
List should be disabled(it works on windows)
Actual behavior:
List is enabled and is receiving events.
The problem exists in XComponentPeer.setEnable() it does not check container status.
Testcase attached.
How to reproduce:
1 javac DisabledComponent.java
2 java DisabledComponent
Expected behavior:
List should be disabled(it works on windows)
Actual behavior:
List is enabled and is receiving events.
The problem exists in XComponentPeer.setEnable() it does not check container status.
Attachments
Issue Links
- relates to
-
JDK-7166296 closed/java/awt/Frame/DisabledParentOfToplevel/DisabledParentOfToplevel.html failed since 1.8.0b36
- Closed