Closed (fixed)
Project:
Private Message Growl
Version:
6.x-1.1-alpha2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2009 at 19:48 UTC
Updated:
3 Sep 2011 at 07:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
George2 commentedalso in the myriad of warnings...
Warning: reference to undefined property $(this).data("jGrowl.instance")[m]
Source File: ...sites/all/modules/pmgrowl/jgrowl/jquery.jgrowl_minimized.js?M
Line: 3
so...me thinks could well be a jgrowl error! are you in direct contact with the author dave?
Comment #2
merilainen commentedI'm getting those warnings all time from just about anything on my Drupal site, and I don't even have this module installed.
Comment #3
naheemsays commentedDo you have some other module installed that uses jgrowl and is not finding it? that would be the problem then.
(if it is looking in sites/all/modules/pmgrowl, then you probably do have pmgrowl installed...)
Comment #4
George2 commentedno, the problem was definitely pm/jgrowl
Comment #5
les limThis is a known issue with jQuery and strict javascript reporting. See http://groups.google.com/group/jquery-dev/browse_thread/thread/987fe49fe....
if you're using Firefox, a quick fix is to go into your browser's about:config settings and switch javascript.options.strict to false.
Comment #7
protoplasm commentedThat fix does work on my computer...now to figure out the solution for those visiting the website with javascript.options.strict as true. Accessing the page went from very slow to super fast after I switched to this option.
Comment #8
whatdoesitwant commented@Les Lim
You do not need to do this in your about:config settings.
In firebug the option to disable strict warnings is available under Console.
In web developer toolbar (wdt) the option to disable strict warnings is available under Disable > Disable Javascript > Strict Warnings.