Skip to content

Comments

[CORRUPTED] Synthetic Benchmark PR #25858 - 🐛 Fixed reply form showing parent comment author's details#162

Open
ofir-frd wants to merge 2 commits intobase_pr_25858_20260121_4308from
corrupted_pr_25858_20260121_4308
Open

[CORRUPTED] Synthetic Benchmark PR #25858 - 🐛 Fixed reply form showing parent comment author's details#162
ofir-frd wants to merge 2 commits intobase_pr_25858_20260121_4308from
corrupted_pr_25858_20260121_4308

Conversation

@ofir-frd
Copy link

Benchmark PR TryGhost#25858

Type: Corrupted (contains bugs)

Original PR Title: 🐛 Fixed reply form showing parent comment author's details
Original PR Description: ## Summary

When opening a reply form on a comment, the form header was incorrectly displaying the parent comment author's name and expertise instead of the current user's data. This happened because the code used fallback patterns that pulled values from the comment being replied to when the current member had no name or expertise set.

The fix removes these fallbacks so the reply form only shows the logged-in user's own details (or the appropriate placeholder if they have none).

ref https://linear.app/ghost/issue/BER-3212
Original PR URL: TryGhost#25858

Compliance Violation

  • Rule: Tailwind CSS Classes Must Follow Standard Ordering
  • Language: TypeScript
  • File: apps/comments-ui/src/components/content/forms/reply-form.tsx

rob-ghost and others added 2 commits January 21, 2026 08:10
ref https://linear.app/ghost/issue/BER-3212

When a user opened a reply form, the form header was showing the parent
comment author's name and expertise instead of the current user's data.
This happened because the code used a fallback pattern that pulled from
the comment being replied to when the current member had no value set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants