Actions
Bug #6849
closedDuplicate entry check in jQuery traversing too far
Description
The check in jQuery when using auto update or paging behavior is traversing too far. So in the case of comment activity it's removing the nested activity HTML inside of the comment activity because it sees it's already on the page. This needs to be fixed to find the .streamItems node and check its child nodes instead of just finding all .streamItem nodes in the jQuery response.
Actions