Uploaded image for project: 'Crucible'
  1. Crucible
  2. CRUC-4184

Make Crucible reviews use progressive rendering of diffs

XMLWordPrintable

    • 3
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Currently, Crucible uses table based rendering, which could potentially blow out the DOM with large reviews (i.e., greater than 1000~ lines of diffs).

      The solution is to progressively render each line of diff, so that there isn't so many dom elements. This has been implemented in Fisheye's side-by-side view, and should be used in crucible.

      The problem may be in how we might have to render comments associated with the diff. Not sure how that can be solved yet.

            Unassigned Unassigned
            jxie Chii (Inactive)
            Votes:
            20 Vote for this issue
            Watchers:
            22 Start watching this issue

              Created:
              Updated: