在ie7中MCSiMenu控制失败 [英] MCSiMenu control fails in ie7

查看:89
本文介绍了在ie7中MCSiMenu控制失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚陷入了一些我专业领域之外的情况,但我正试图搞砸......
这个旧的内部网络应用程序暂时还没有得到支持(并且仍然可以工作)在ie6下但是某些功能在ie7中失败了。我相信我已经将这个问题追溯到了一个名为MCSiMenu控件的东西(我从未使用过的东西),网络上的其他人报告说它不在ie7中工作。以下是如何声明对象的示例。

< object id =" MenuCtl1" classid =" CLSID:275E2FE0-7486-11D0-89D6-00A0C90C9B67"
codebase =" ../ MCSIMENU.cab#version = 1,0,0,44"对齐= QUOT;基线"边界=" 0" width =" 0"
height =" 0">
< param name =" ForeColor" value =" 2147483666">
< param name =" BackColor" value =" 2147483663">
< param name =" Appearance" value =" 1">
< param name =" FontName" value =" Arial">
< param name =" FontSize" value =" 10">
< param name =" FontBold" value =" 0">
< param name =" FontItalic" value =" 0">
< param name =" FontUnderline" value =" 0">
< param name =" FontStrikethrough" value =" 0">
< param name =" FontCharset" value =" 0">
< / object>

缺少的行为是调用MenuCtl11.Popup似乎不再弹出ie7中的菜单。有没有人知道如何解决这个问题?

I just got thrown into a situation a little outside of my area of expertise but I'm trying to muddle through...
This old internal web app which hasn't been supported for a while used to work (and still does work) under ie6 but some features fail in ie7. I believe I've tracked down the problem to a thing called an MCSiMenu control (something I've never used) that others on the web are reporting as not working in ie7. Here's an example of how the object is being declared.

        <object id="MenuCtl1" classid="CLSID:275E2FE0-7486-11D0-89D6-00A0C90C9B67"
        codebase="../MCSIMENU.cab#version=1,0,0,44" align="baseline" border="0" width="0"
        height="0">
          <param name="ForeColor" value="2147483666">
          <param name="BackColor" value="2147483663">
          <param name="Appearance" value="1">
          <param name="FontName" value="Arial">
          <param name="FontSize" value="10">
          <param name="FontBold" value="0">
          <param name="FontItalic" value="0">
          <param name="FontUnderline" value="0">
          <param name="FontStrikethrough" value="0">
          <param name="FontCharset" value="0">
        </object>

The missing behavior is that call to the MenuCtl11.Popup no longer seems to pop up a menu in ie7. Does anybody know how to fix this problem?

推荐答案

我在IE8的所有模式下都遇到了相同控件的问题(Quirks and Standards,IE7)模式和IE8本机)。

I'm having an issue with the same control under all modes of IE8 (Quirks and Standards, IE7 mode and IE8 native).

我发现控件.Popup()和.AddItem()都失败了。

I found that both the controls .Popup() and .AddItem() fail.

获取此功能的任何帮助在IE8上运行的控件将不胜感激。

Any assistance in getting this control running on IE8 would be appreciated.


这篇关于在ie7中MCSiMenu控制失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆