-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.1
-
None
-
unknown
-
windows_95
Class Frame is supposed to receive the WINDOW_MOVED Event.
Under Solaris it does, but under Windows 95 it doesn't.
The fix to the Windows 95 code is simple. The event is
caught by the native code (MainFrame::OnMove in awt_mainfrm.cpp,
but the event is not posted. In order to post the event,
OnMove needs to call handleMove on the MFramePeer.
Under Solaris it does, but under Windows 95 it doesn't.
The fix to the Windows 95 code is simple. The event is
caught by the native code (MainFrame::OnMove in awt_mainfrm.cpp,
but the event is not posted. In order to post the event,
OnMove needs to call handleMove on the MFramePeer.
- duplicates
-
JDK-1235503 Win32 only: Moving a dialog box does not generate WINDOW_MOVED events
- Closed