1028: diffviewer does not show all comments
- Fixed
- Review Board
ksu****@gmai***** (Google Code) (Is this you? Claim this profile.) | |
|
|
April 18, 2009 | |
1029 |
There is a serious bug in findLineNumRow/addCommentFlags java script functions in ReviewBoard Beta 2 which causes some comments not to appear on diff viewer page. (Almost 30% of all comments is not visible on my reviewboard web site) addCommentFlags calls findLineNumRow function and passes LINE numbers as second and third argument, but findLineNumRow treats second and thirds argument as ROW numbers. As the result, findLineNumRow function narrows the area of search to much.
I've just recreated the issue on review board demo page. You can see it: http://demo.review-board.org/r/1621/ There are two comments, click the second comment.
Right, and on http://demo.review-board.org/r/1621/, if you click on "16 lines hidden [Expand]" below, the second comment does appear.