| Index: chrome_frame/ole_document_impl.h
|
| ===================================================================
|
| --- chrome_frame/ole_document_impl.h (revision 53623)
|
| +++ chrome_frame/ole_document_impl.h (working copy)
|
| @@ -209,7 +209,11 @@
|
| hr = t->ActiveXDocActivate(OLEIVERB_UIACTIVATE);
|
| }
|
| } else {
|
| - t->InPlaceMenuDestroy();
|
| + // Menu integration is still not complete, so do not destroy
|
| + // IE's menus. If we call InPlaceMenuDestroy here, menu items such
|
| + // as Print etc will be disabled and we will not get calls to QueryStatus
|
| + // for those commands.
|
| + // t->InPlaceMenuDestroy();
|
| // t->DestroyToolbar();
|
| hr = t->UIDeactivate();
|
| }
|
|
|