Comments
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
Comment #3
merlinofchaos commentedHmm. 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
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.
Comment #1
merlinofchaos commentedHmm, 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?