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