Module: wine Branch: master Commit: 92b3cab7916445d79d2559e4b580f99e3b0de479 URL: http://source.winehq.org/git/wine.git/?a=commit;h=92b3cab7916445d79d2559e4b5...
Author: Rob Shearman rob@codeweavers.com Date: Tue Jul 24 17:06:42 2007 -0500
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 | 1 + dlls/mshtml/tests/htmldoc.c | 99 ++++++++++++++++++++++++++++++++++++------ dlls/mshtml/view.c | 39 ++++++++++++----- 3 files changed, 114 insertions(+), 25 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=92b3cab7916445d79d2559...