[buddypress-trac] [BuddyPress] #4566: WP 3.5 status comment broken

buddypress-trac noreply at wordpress.org
Wed Feb 27 16:43:18 UTC 2013


#4566: WP 3.5 status comment broken
-------------------------------+-----------------------------
 Reporter:  modemlooper        |       Owner:
     Type:  defect (bug)       |      Status:  reopened
 Priority:  normal             |   Milestone:  Future Release
Component:  Activity           |     Version:  1.6
 Severity:  minor              |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+-----------------------------
Changes (by boonebgorges):

 * keywords:  close reporter-feedback => reporter-feedback


Comment:

 iphonedev46 - Do you know how to do js debugging? The fact that you're
 seeing this error makes me think that the following line in global.js is
 failing:

 {{{
 var form = button.parent().parent().parent().parent();
 }}}

 What you'd need to do to start debugging is to place the following after
 that line:

 {{{
 console.log(form);
 }}}

 and then see what shows up in your JS console. It ought to be the `<form>`
 element, but my guess is that for some reason it's getting tripped up with
 all the `parent()` stuff.

 When testing this, please use bp-default, so that we can rule out problems
 with your specific theme.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4566#comment:21>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list