Commit 4d1fa5d1 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ieframe: Properly test events when container doesn't support IOleCommandTarget…

ieframe: Properly test events when container doesn't support IOleCommandTarget add added more tests.
parent 37c8166b
......@@ -364,6 +364,8 @@ static HRESULT WINAPI BindStatusCallback_OnStopBinding(IBindStatusCallback *ifac
if(!This->doc_host)
return S_OK;
if(!This->doc_host->olecmd)
notify_download_state(This->doc_host, FALSE);
if(FAILED(hresult))
handle_navigation_error(This->doc_host, hresult, This->url, NULL);
......
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