JQuery UI dialog not showing in IE7

I finally got datepicker

to work on the demo site MVC

as well as the dialog box.

I still have a few problems: the dialog is not showing in IE7

, so when I click the link that the confirmation dialog should appear in, it just removes the line without showing the dialog.

It works great in Firefox3

and Safari

.

Please try it yourself at the Demo site .

Click on the "Boka plats" link in the menu. then login with:

email: test@test.nu

password: tester

at login, try clicking one of the "avboka" links (this shows a dialog in Firefox and Safari)

0


source to share


1 answer


those. has a problem because of line 113 in your page:

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

      



I tried without this line or changed it to lock and it works fine without error.

+5


source







All Articles