[buddypress-trac] [BuddyPress Trac] #8113: buddypress-activity.js in custom theme possible event bug

buddypress-trac noreply at wordpress.org
Sat Jul 20 23:29:10 UTC 2019


#8113: buddypress-activity.js in custom theme possible event bug
-------------------------+-------------------------------------------------
 Reporter:               |      Owner:  (none)
  studiocrafted          |
     Type:  defect       |     Status:  new
  (bug)                  |
 Priority:  high         |  Milestone:  Awaiting Review
Component:  Activity     |    Version:  4.3.0
 Severity:  critical     |   Keywords:  needs-testing reporter-feedback
                         |  dev-feedback
-------------------------+-------------------------------------------------
 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?

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8113>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list