Layout Issue: Table Changes in Version vs Current Comparison

Benjamin Lutz
Benjamin Lutz
  • Updated
  • Jama Connect® version(s): 9.32.x
    • Cloud/CVC

Summary

When comparing item versions or baselines, tables may display with “jumps,” split rows, or misaligned cells (even though the table looks normal in the item view). This is most common with complex tables imported from Word and later edited (row/column changes, rowspan/colspan, styling).

Resolution

This behavior was logged as a defect in SOS-DEF-9434.  However, as of today, no fix is planned.

Workaround (Best Effort)

  • If the table HTML uses:

    <table style="border-collapse:collapse;">

    change it to:

    <table border="1">

    This reduced/removed row-splitting in testing for some comparisons.

Known Limitation

  • Jama Connect® uses DaisyDiff for HTML comparisons. DaisyDiff is not table-layout aware, so structural table changes (added rows/columns, rowspan/colspan changes) can still produce messy/shifted diffs even after HTML cleanup.

Additional Resources

Feedback:
We welcome your input! Please sign in to leave any comments, suggestions, or improvement ideas below.

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.