IE 9 - BHO,用户启用后未加载
我有可在 IE 8 中工作的 C++ BHO。在 IE 9(首次启动)中,它会被禁用,直到用户单击“启用”按钮。但是,即使单击“启用”后,BHO 也仅在 IE 重新启动后才会加载。 我通过将一些日志放入 BHO 的构造函数中来调试此问题。用户单击“启用”后不会调用它。 有人遇到过这样的问题吗? 谢谢
I have C++ BHO that works in IE 8. In IE 9 (first launch), its disable until the users clicks on 'Enable' button. However, even after the 'Enable' click, the BHO is loaded only after IE restart.
I debugged this issue by putting some logs in the constructor of my BHO. It is not called after the user clicks on 'Enable'.
Have anyone experienced such issue?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信,用户启用它后,它仅在新窗口/选项卡中启用,而不是在现有窗口/选项卡中启用。
I believe that after the user enables it, it's enabled in new windows/tabs only, not existing ones.