Commit fbdc76aa authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

mshtml: Set focus to the Gecko window in OleInPlaceActiveObject_OnFrameWindowActivate.

parent bbb03cf1
......@@ -101,6 +101,9 @@ static HRESULT WINAPI OleInPlaceActiveObject_OnFrameWindowActivate(IOleInPlaceAc
if(This->hostui)
IDocHostUIHandler_OnFrameWindowActivate(This->hostui, fActivate);
if(fActivate && This->nscontainer)
nsIWebBrowserFocus_Activate(This->nscontainer->focus);
return S_OK;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment