Simplemodal 禁用它覆盖的页面上的所有小部件

发布于 2024-12-10 12:56:34 字数 261 浏览 0 评论 0原文

为合同修改一些 UI 软件。该页面是 JSP/DOJO 1.4,带有文本字段单选按钮和下拉列表。他们有一个按钮,可以弹出一个 simplemodal 框(jquery.simplemodal.1.4.1.js),该框显示用户曾经输入过的地址列表。当模式关闭时,所有下拉菜单都不再在 IE 7 或 IE 8 中工作。
我很乐意提供一些代码,但我必须构建一个示例。我正在寻找一个可以查看和调试的方向。 Firefox 在这里完美运行,$.browser.version 正在报告正确的浏览器版本。 谢谢!

Revising some UI software for a contract. The page is JSP/DOJO 1.4 with text fields radio buttons and dropdowns. They have a button that pops a simplemodal box (jquery.simplemodal.1.4.1.js) that shows a list of addresses the user has entered at one time or another. When the modal is closed, all of the dropdowns no longer work in IE 7 or IE 8.
Would love to present some code, but I would have to build an example. I'm looking for a direction to look at and debug. Firefox works perfectly here and $.browser.version is reporting the proper browser version.
Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

美男兮 2024-12-17 12:56:34

好吧,因为这是一个分析错误,所以我要回答这个问题。对 simplemodal 代码的调用是从锚点进行的:

由于某种原因,这在 FireFox 中工作正常,但 IE 7 和 8 却无法使用。将其更改为:

Do The Modal

,它在任何地方都适用。

我向马丁先生道歉。我并不是有意诽谤他的应用程序。

All right, because this is an analysis goof, I am going to answer the question. The call to the simplemodal code was being made from an anchor:

For some reason this works fine in FireFox but IE 7 and 8 choke on it. Change this to:

Do The Modal

and it works everywhere.

My apologies to Mr. Martin. I did not mean to slander his app.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文