jQuery Dialog + Chrome - opening a second modal dialog doesn't dim the page
- by psychotik
I have a jQuery modal dialog with a button. When clicked, it closes the current dialog and open another modal dialog.
This works fine in FF and IE, but in Chrome I lose the dimmed main page after the first dialog and the second one is opened. It looks like the CSS isn't applied anymore?
I'm using jQuery UI 1.7.2 and jQuery 1.3.2 (can't upgrade to 1.4.1 for an unrelated reason).
Any ideas/workarounds?