Testsuite name: Regression manual
Test name(s): java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter.java
Product(s) tested: JDK_11.0.9 b04, JDK16b14, JDK_11.0.8 GAC
OS/architecture: MAC 10.14
Reproducible: Always
Is it a Regression: No. Reproduced on JDK_11.0.8 GAC
Is it a platform specific issue: Yes. MAC OS
Steps to reproduce:
Do the following steps .
1.Download and untar jdk.
2.Download and untar workspace/source
3.Download and untar jtreg
4.Execute following command
PathToJDK/jdk11.0.8b04/bin/java -jar PathToJtreg/jtreg/lib/jtreg.jar -verbose -vmoptions:"-server -Xmixed" -jdk:PathToJDK/jdk11.0.8b04 -dir:PathToSource/ws/open/test/jdk java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter.java
5.Press and hold the left mouse button over its right-bottom corner.
6.Resize the frame several times by dragging a mouse fast.",
7.Let Frame be as small as possible, continue dragging mouse over the frame.
8.Let Frame be as large as possible.
Expected: Enter or Exit events should not be displayed while resizing.
Actual: Enter or Exit events are displayed while resizing.
Test name(s): java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter.java
Product(s) tested: JDK_11.0.9 b04, JDK16b14, JDK_11.0.8 GAC
OS/architecture: MAC 10.14
Reproducible: Always
Is it a Regression: No. Reproduced on JDK_11.0.8 GAC
Is it a platform specific issue: Yes. MAC OS
Steps to reproduce:
Do the following steps .
1.Download and untar jdk.
2.Download and untar workspace/source
3.Download and untar jtreg
4.Execute following command
PathToJDK/jdk11.0.8b04/bin/java -jar PathToJtreg/jtreg/lib/jtreg.jar -verbose -vmoptions:"-server -Xmixed" -jdk:PathToJDK/jdk11.0.8b04 -dir:PathToSource/ws/open/test/jdk java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter.java
5.Press and hold the left mouse button over its right-bottom corner.
6.Resize the frame several times by dragging a mouse fast.",
7.Let Frame be as small as possible, continue dragging mouse over the frame.
8.Let Frame be as large as possible.
Expected: Enter or Exit events should not be displayed while resizing.
Actual: Enter or Exit events are displayed while resizing.
- relates to
-
JDK-8274159 [macos] Enter and Exit events shouldn't be sent whilst moving the window
- Open
- links to
-
Review openjdk/jdk/5497