Closed (fixed)
Project:
Modal Frame API
Version:
6.x-1.7
Component:
Examples
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2010 at 02:09 UTC
Updated:
9 Aug 2010 at 16:05 UTC
I'm getting the following error with both modalframe_example and NodeRelationships popups:
TypeError: Result of expression 'c.Event' [undefined] is not a function.
sites/all/modules/contrib/jquery_ui/jquery.ui/ui/minified/ui.core.min.js?Q
The JS on the examples page fails with the above error so the links work as normal, while on NodeRelationships popups the initial empty modal dialog box just sits there with the spinner but does nothing.
I'm going to see if there's another module conflicting with NodeRelationships or jQuery_UI 1.7 and will report back.
Comments
Comment #1
damienmckennaI disabled the following modules to no effect:
Comment #2
damienmckennaFYI I replaced the minified ui.core.min.js file with original ui.core.js file so I could find out that the error happens on line 349:
Looking at this some more, it seems I forgot to update jQuery_Update to 6.x-2.x.
Once I updated the problems went away. Yay!
Comment #3
vinoth.3v commentedI have
jQuery_Update to 6.x-2.x
jquery.ui 1.7.3
but still having the same error. and getting main page content replaced by iframe content.
Comment #4
markus_petrux commentedRe: "getting main page content replaced by iframe content"
Sorry, I do not see how can this be related to the javascript error reported in this issue. Please, open a separate issue. Thanks
PS: Make sure the correct versions of the required modules and libraries are properly installed, also be sure to clear caches so that the correct versions of all pieces are loaded.
Comment #5
vinoth.3v commented@markus_petrux:
never mind, someone was included jquery 1.2 with their custom module.
It is working now. Thanks