Seems to be ok in IE7.

CommentFileSizeAuthor
Snap1.png 12.4 KBamitaibu

Comments

merlinofchaos’s picture

Comment #1

merlinofchaos commented

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

Comment #2

amitaibu
Primary language Hebrew
Location Israel
commented

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

Comment #3

merlinofchaos commented

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

Comment #4

amitaibu
Primary language Hebrew
Location Israel
commented

I see it:

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

Comment #5

merlinofchaos commented
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

Comment #6

(not verified) commented
Status: Fixed » Closed (fixed)

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