#5467 closed enhancement (fixed)
Replace .parent() for .closest in buddypress.js
Reported by: | hnla | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 2.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
In the same manner of previous tickets on this aspect another .parent().parent().parent() has caused issues with adjusted markup causing activity unfav in activity favourit view jumping it's slideUp() to the wrong parent node and hiding all the activity items rather than the activity-item in question.
Patch replaces .parent() with .closest('activity-item')
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
change .parent() to .closest() for activity unfav