简体   繁体   English

jQuery UI对话框未在IE7中显示

[英]jQuery UI dialog doesn't show in IE7

I've finally got the datepicker to work on my MVC demo site and also the dialog. 我终于有了datepicker ,可以在我的MVC演示站点和对话框上使用。

I still have a few issues: the dialog doesn't show in IE7 so when I click a link where a confirm dialog is supposed to appear it just removes the row without showing the dialog. 我仍然有一些问题:该对话框未在IE7显示,因此当我单击应该显示确认对话框的链接时,它只是删除了该行而不显示该对话框。

It works great in Firefox3 and Safari . 它在Firefox3Safari效果很好。

Please try for yourself on my Demo site . 请在我的演示站点上尝试一下。

Click the link "Boka plats" on the menu. 点击菜单上的链接“ Boka plats”。 then login with: 然后登录:

email: test@test.nu 电子邮件:test@test.nu

password: tester 密码:测试人员

when logged in try to click one of rows "avboka" link (this is where a dialog is shown in Firefox and Safari) 登录后尝试单击“ avboka”行之一(在Firefox和Safari中显示对话框)

ie is having an issue due to line 113 in your page: 即由于页面中的第113行而出现问题:

$("#dialog").css("display", "inherit");

I tried without this line or changing it to block and it works fine without error. 我试过没有此行或将其更改为阻塞,并且工作正常,没有错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM