Closed (fixed)
Project:
Activity
Version:
5.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2008 at 04:11 UTC
Updated:
4 Nov 2009 at 05:38 UTC
For instance on the nodeactivity settings page all of the textfields to allow customization of messages are invisible (the node types show collapsed but uncollapsing them shows an empty box). Looks like the fields are rendering correctly but the activity_admin.js is coming behind and hiding them all. I don't know js well enough to really troubleshoot in any depth so I just commented out the js includes in activity_module_settings and activity_admin_settings to display the fields....
Comments
Comment #1
jaydub commentedyep that's a work in progress. If you are on d5, having jquery_update take you up to jQuery 1.2.x is advised not only for Activity but for Drupal in general as jQuery 1.2.x is much faster than stock d5 jQuery 1.0.x
Comment #2
jaydub commentedJust wondering if you were using Drupal with jQuery 1.0.x ??
Comment #3
baal32 commentedSorry - yes I was. Installed jquery_update and everything appears to be working now. Thanks for the heads up.
Comment #4
sirkitree commented