-
Bug
-
Resolution: Unresolved
-
P4
-
7, 8, 9, 10, 11, 11.0.6.0.60-oracle, 12, 13, 14, 15, 16, 17, 21
-
solaris10-x64 7u45b11(64bit)
-
x86
-
solaris_10
Testsuite name:Regression
Test name(s):AWT_Modality/Manual/ModalityBasicCheck
Product(s) tested:jdk7u45b11(64bit)
OS/architecture:solaris10u11-x64
Instruction:
1. Notice components in test window: main-panel, box-for-text, 2 scroll-sliders, and 4 scroll-buttons.
2. Hover mouse over box-for-text. Make sure, that mouse cursor is TextCursor (a.k.a. "beam").
3. Hover mouse over each of components (see item 1), except for box-for-text. Make sure, that cursor is DefaultCursor (arrow).
4. Drag mouse (using any mouse button) from box-for-text to every component in item 1, and also outside application window. Make sure, that cursor remains TextCursor while mouse button is pressed.
5. Repeat item 4 for each other component in item 1, except for box-for-text, _but_ now make sure that cursor is DefaultCursor.
6. If cursor behaves as described in items 2-3-4-5, then test passed; otherwise it failed.
Actual behavior:
1.The issue exists at step4.
Select some text and drag mouse from box-for-text to other components(main-panel, 2 scroll-sliders and 4 scroll-buttons and outside the application window), the TextCursor change as DefaultCursor while the scrollbar wheeling.
2.But the scrollbar doesn't move when we drag the selected text outside.
That cursor remains TextCursor while mouse button is pressed. We mark it pass for previous test result for this reason.
Test name(s):AWT_Modality/Manual/ModalityBasicCheck
Product(s) tested:jdk7u45b11(64bit)
OS/architecture:solaris10u11-x64
Instruction:
1. Notice components in test window: main-panel, box-for-text, 2 scroll-sliders, and 4 scroll-buttons.
2. Hover mouse over box-for-text. Make sure, that mouse cursor is TextCursor (a.k.a. "beam").
3. Hover mouse over each of components (see item 1), except for box-for-text. Make sure, that cursor is DefaultCursor (arrow).
4. Drag mouse (using any mouse button) from box-for-text to every component in item 1, and also outside application window. Make sure, that cursor remains TextCursor while mouse button is pressed.
5. Repeat item 4 for each other component in item 1, except for box-for-text, _but_ now make sure that cursor is DefaultCursor.
6. If cursor behaves as described in items 2-3-4-5, then test passed; otherwise it failed.
Actual behavior:
1.The issue exists at step4.
Select some text and drag mouse from box-for-text to other components(main-panel, 2 scroll-sliders and 4 scroll-buttons and outside the application window), the TextCursor change as DefaultCursor while the scrollbar wheeling.
2.But the scrollbar doesn't move when we drag the selected text outside.
That cursor remains TextCursor while mouse button is pressed. We mark it pass for previous test result for this reason.
- relates to
-
JDK-8343977 Convert java/awt/TextArea/TextAreaCursorTest/HoveringAndDraggingTest to main
- Open