Issue 1377, comment flag not visible in view diffs for second line

Review Request #1189 — Created Nov. 3, 2009 and submitted

Information

Review Board

Reviewers

Issue 1377, comment flag not visible in view diffs.  This happens when two comments are placed on 2 consecutive lines.  I believe the cause of the problem is that startRow in findLineNumRow in reviewboard/htdocs/media/rb/js/diffviewer.js already includes the offset, so we are off by 1 when we try to locate the line for the second comment, and we cannot find it. 
I applied the patch to my local version of reviewboard, and verified the second line is displayed both in a development envirnment and on a staging server.
chipx86
  1. 
      
  2. Should span 3 lines instead of being condensed to 1 line, and a blank line between this and the variables below. Comment above should move into the conditional.
  3. 
      
LO
Review request changed

Change Summary:

New diffs, addressing the formatting issues.  No logic change.

Diff:

Revision 2 (+5)

Show changes

chipx86
  1. Thanks. Committed to release-1.0.x and master (rd7c6525).
  2. 
      
Loading...