Skip to:
Content

BuddyPress.org

Opened 4 years ago

#8113 new defect (bug)

buddypress-activity.js in custom theme possible event bug

Reported by: studiocrafted's profile studiocrafted Owned by:
Milestone: Awaiting Review Priority: high
Severity: critical Version: 4.3.0
Component: Activity Keywords: needs-testing reporter-feedback dev-feedback
Cc:

Description

I'm currently looking into a bug when swapping from Twenty Nineteen to my custom theme.

Custom theme has been tested using vanilla templates of Nouveau and all custom scripts removed.

Round about line 749 is where this code is fired but the ajax never completes with my custom theme.

I noticed a small difference in responseText returned on the parent var vs Twenty Nineteen.

In my custom theme the responseText has the textarea value written outsite the reponse So it's written like

contents of the textarea { success: true, data: { contents: "contents of the textarea"} }

vs Twenty Nineteen being a straight up well formed object.

{ success: true, data: { contents: "contents of the textarea"} }

Can anyone else replicate this?

Change History (0)

Note: See TracTickets for help on using tickets.