-
Bug
-
Resolution: Unresolved
-
P4
-
7, 9, 14, 15
-
generic
-
generic
The test java/awt/event/HierarchyEvent/AncestorResized/AncestorResized.java fails with the following output:
java.lang.RuntimeException: No ANCESTOR_RESIZED events received.
at AncestorResized.fail(AncestorResized.java:241)
at AncestorResized.init(AncestorResized.java:127)
at AncestorResized.main(AncestorResized.java:167)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:675)
It seems that it fails even with JDK 6 and 5, not only 7th.
java.lang.RuntimeException: No ANCESTOR_RESIZED events received.
at AncestorResized.fail(AncestorResized.java:241)
at AncestorResized.init(AncestorResized.java:127)
at AncestorResized.main(AncestorResized.java:167)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:675)
It seems that it fails even with JDK 6 and 5, not only 7th.
- relates to
-
JDK-6500477 7.0 Regression: setDynamicLayout(false) doesn't work
-
- Closed
-
-
JDK-6533330 regresssion: ancestorResized event is not triggering, when resizing the frame.
-
- Closed
-