id summary reporter owner description type status priority milestone component version severity resolution keywords cc 8004 Multiple comment forms on activity stream lead to duplicated _wpnonce_new_activity_comment input ids dcavins imath "In the activity stream, we generate a comment form for each activity item that could be commented upon. In both BP Legacy and BP Nouveau, we add a nonce to each `
`, using the same key , `_wpnonce_new_activity_comment`, which results in an input like ``. To make the IDs of these inputs unique (even though the values aren't), I've added a new function to generate nonces with customizable IDs, and changed the form-submit listener logic in Legacy and Nouveau so that the correct input is selected. (We could also change the selectors to find the input by name, like `jQuery('input[name=""_wpnonce_new_activity_comment""]')` if that seems simpler. ) Thanks for your comments! " defect (bug) closed normal 7.0.0 Templates 3.0.0 normal fixed has-patch commit dcavins