fix: track changes comment text for formatting changes#2013
fix: track changes comment text for formatting changes#2013luccas-harbour wants to merge 4 commits intomainfrom
Conversation
Visual diffs detectedPixel differences were found in visual tests. This is not blocking — reproduce locally with |
The visual test that failed is related to this PR which hasn't been merged yet: #1995 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d53d326547
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
packages/super-editor/src/extensions/track-changes/trackChangesHelpers/addMarkStep.js
Outdated
Show resolved
Hide resolved
d53d326 to
85da4cf
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 85da4cf907
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
packages/super-editor/src/extensions/comment/comments-plugin.js
Outdated
Show resolved
Hide resolved
73d9d03 to
ab2d2b1
Compare
ab2d2b1 to
b24dd07
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b24dd078d4
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
This PR tightens tracked-formatting behavior and comment generation for style changes.
removeMarkStepso before/after payloads are built from actual existing mark attrs and avoid duplicate/incorrect entries.textStyleattrs before translation, preventing"undefined"values in the generated message. It also an adds support for describing removed style properties.comments-plugin.test.js.Before:

After:
