| Issue 1028: | diffviewer does not show all comments | |
| 3 people starred this issue and may be notified of changes. | Back to list |
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.
Comment
1
by
ksus...@gmail.com,
Apr 7, 2009
,
Apr 7, 2009
(No comment was entered for this change.)
Status: Confirmed
Labels: -Priority-Medium Priority-Critical Milestone-Release1.0 Component-DiffViewer
,
Apr 10, 2009
Right, and on http://demo.review-board.org/r/1621/, if you click on "16 lines hidden [Expand]" below, the second comment does appear.
,
Apr 21, 2009
Issue 1029 has been merged into this issue. |
|
| ► Sign in to add a comment |