Opened 6 years ago
Closed 7 months ago
#8113 closed defect (bug) (maybelater)
buddypress-activity.js in custom theme possible event bug
Reported by: | studiocrafted | Owned by: | |
---|---|---|---|
Milestone: | 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?