Skip to content

fix(document-api): subsume inline cell changes inside a whole-table tracked change#3663

Open
andrii-harbour wants to merge 5 commits into
mainfrom
andrii/sd-3385-bug-trackchangeslist-returns-inline-cell-changes-alongside
Open

fix(document-api): subsume inline cell changes inside a whole-table tracked change#3663
andrii-harbour wants to merge 5 commits into
mainfrom
andrii/sd-3385-bug-trackchangeslist-returns-inline-cell-changes-alongside

Conversation

@andrii-harbour
Copy link
Copy Markdown
Contributor

trackChanges.list returned the structural whole-table change PLUS the inline trackInsert/trackDelete marks on its cell content as separate review items, breaking the "one whole table = one logical change" contract. groupTrackedChanges now drops inline grouped entries fully contained in a decidable whole-table structural range before appending the structural change, mirroring the comments-store / review-UI containment rule. Only decidable whole-table ranges suppress; a partial or undecidable structural shape keeps its inline marks.

…racked change

trackChanges.list returned the structural whole-table change PLUS the inline
trackInsert/trackDelete marks on its cell content as separate review items,
breaking the "one whole table = one logical change" contract. groupTrackedChanges
now drops inline grouped entries fully contained in a decidable whole-table
structural range before appending the structural change, mirroring the
comments-store / review-UI containment rule. Only decidable whole-table ranges
suppress; a partial or undecidable structural shape keeps its inline marks.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@andrii-harbour andrii-harbour self-assigned this Jun 5, 2026
@andrii-harbour andrii-harbour requested a review from a team as a code owner June 5, 2026 18:35
@linear-code
Copy link
Copy Markdown

linear-code Bot commented Jun 5, 2026

SD-3385

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 00b05302d4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

andrii-harbour and others added 4 commits June 5, 2026 22:59
…-changes-alongside' of github.com:superdoc-dev/superdoc into andrii/sd-3385-bug-trackchangeslist-returns-inline-cell-changes-alongside
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants