Seems to be ok in IE7.

CommentFileSizeAuthor
Snap1.png12.4 KBamitaibu

Comments

merlinofchaos’s picture

Hmm, that screenshot indicates js is probably crashing on something. though I test almost entirely with FF2 and haven't seen this problem myself. Can you enable firebug (or look at the javascript console -- ctrl-j I think) and see if an error is being reported?

amitaibu’s picture

Here's the error:

Drupal.Panels.Checkboxes has no properties
http://localhost/XXX/sites/all/modules/panels/js/modal_forms.js
Line 104
merlinofchaos’s picture

Hmm. That indicates that checkboxes.js may not be getting included on that page, but it should be. Can you check the page source to see if checkboxes.js is in the js files in the header?

amitaibu’s picture

I see it:

<head>
...
<script type="text/javascript" src="/drupal/sites/all/modules/panels/js/checkboxes.js"></script>
...
</head>
merlinofchaos’s picture

Status: Active » Fixed

I changed the order that the js files are included to make sure checkboxes.js precedes modal_forms.js -- that might've been the cause of this error. Marking fixed, tho if it's not, re-open it.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.