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?
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?
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.
Comments
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?
Comment #2
amitaibuHere's the error:
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?
Comment #4
amitaibuI see it:
Comment #5
merlinofchaos commentedI 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.
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.