mshtml: OleDocumentView_UIActivate should call IOleInPlaceUIWindow_SetActiveObject...
authorRob Shearman <rob@codeweavers.com>
Tue, 24 Jul 2007 22:06:42 +0000 (17:06 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 25 Jul 2007 11:03:05 +0000 (13:03 +0200)
commit92b3cab7916445d79d2559e4b580f99e3b0de479
tree593d83265d61d1252b2e16538b9785a535940b07
parentd7c7cbf6b63769e6de9889b51adccc7be61e2ae2
mshtml: OleDocumentView_UIActivate should call IOleInPlaceUIWindow_SetActiveObject and IOleInPlaceFrame_SetBorderSpace.

Add a test to show this behaviour.
Don't call nsIWebBrowserFocus_Activate when just activating the window.
Instead call it when UI-activating the window.
dlls/mshtml/mshtml_private.h
dlls/mshtml/tests/htmldoc.c
dlls/mshtml/view.c