focus on comment specified as url parameter *even if it is not the last comment of a thread*
--- a/src/cm/media/js/client/c_icomments.js Mon Nov 08 14:00:41 2010 +0100
+++ b/src/cm/media/js/client/c_icomments.js Mon Nov 08 14:07:02 2010 +0100
@@ -188,7 +188,7 @@
nextY = xy[1] ;
}
- if (iComment.commentId == focusCommentId)
+ if (iComment.commentId >= focusCommentId)
this._a.push(iComment.setAnimationToPosition([iCommentX, nextY], focusCommentId)) ;
else
this._a.push(iComment.setAnimationToPosition([iCommentX, nextY])) ;