-
Bug
-
Resolution: Fixed
-
P3
-
1.0.1
-
1.1.5
-
x86
-
windows_nt
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2015701 | 1.2.0 | Mike Somlo | P3 | Resolved | Fixed | 1.2 |
On WinNT, if I button-down on one of the navigation buttons, but then decide that I don't want to do that action, even if I move off of the button before letting the button up, the action still happens. That's not what happens on Solaris. (I haven't tried Win95.)
peter.kessler@Eng 1997-06-13
------------
Made changes to awt_Component.cpp and awt_Toolkit.cpp. Reviewed by Robert Bruce. Also see BugId 4038721, where the changes fixed that bug as well.
In awt_Component.cpp, removed WM_MOUSEMOVE simulation in SetCursor, and changed MouseMove function to set m_dragged flag and not eat mouse messages.
mike.somlo@eng 1997-10-14
peter.kessler@Eng 1997-06-13
------------
Made changes to awt_Component.cpp and awt_Toolkit.cpp. Reviewed by Robert Bruce. Also see BugId 4038721, where the changes fixed that bug as well.
In awt_Component.cpp, removed WM_MOUSEMOVE simulation in SetCursor, and changed MouseMove function to set m_dragged flag and not eat mouse messages.
mike.somlo@eng 1997-10-14
- backported by
-
JDK-2015701 WinNT: Navigation buttons activate on button-up whether over button or not
-
- Resolved
-
- relates to
-
JDK-4038721 Win32:MouseDrag issues an event incorrectl
-
- Closed
-