-
Bug
-
Resolution: Fixed
-
P4
-
1.2.2, 5.0
-
b10
-
x86
-
windows_2000, windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2131045 | 5.0u8 | Oleg Semenov | P4 | Resolved | Fixed | b01 |
JDK-2130230 | 1.4.2_11 | Kannan Balasubramanian | P3 | Resolved | Fixed | b01 |
1. When I take the mouse out of the component and bring it back, the cursor changes to WAIT cursor again. This should not happen. It should remain as default cursor until the user presses ALT again.
2. As mentioned in point-1 the cursor changes to component specific cursor when the mouse pointer goes out of the component and enters again. Now when I move the mouse to the periphery of the frame, it should normally show the resize cursor. But since ALT key is pressed once, it should display the default cursor. But currently it displays the cursor of the component last visited.
This is noticed only on Win32 platforms on all releases.
I have attached a sample test. Execute it on WinXP.
1. You would see a frame and a button
2. Move the mouse over button. WAIT cursor should appear.
3. Press ALT key once and release.
4. The WAIT cursor should change to default cursor.
5. Move the mouse out of the component and bring it back into the component.
6. If the cursor changes to WAIT cursor, the bug is reproduced.
7. while the WAIT cursor is being shown, move the cursor over the frame's periphery. If wait cursor is still shown, the bug is reproduced (issue-2).
I think the fix for issue-1 would automatically resolve issue-2.
- backported by
-
JDK-2130230 Mouse Cursor should be the default cursor when ALT key is pressed, on win32
- Resolved
-
JDK-2131045 Mouse Cursor should be the default cursor when ALT key is pressed, on win32
- Resolved
- duplicates
-
JDK-5087202 Mouse cursor should be arrow pointer on popup menu
- Closed
- relates to
-
JDK-6292667 Shape of mouse cursor is different among JDK versions.
- Closed
-
JDK-6351698 Regression: 4506928 testcase is passing with 142_10-b03 but failing with 142_11-b01
- Resolved
-
JDK-6193715 Regression: AWT/NonFocusableTest and AWT/bat crashed Virtual Machine on Windows platforms
- Closed
-
JDK-6181157 PIT: Default cursor is shown but changing when ALT key is down, on win32
- Closed