Skip to content

Fix: Missing Node Title Editor bug#5963

Merged
DrJKL merged 1 commit intomainfrom
drjkl/fix/missing-node-title
Oct 7, 2025
Merged

Fix: Missing Node Title Editor bug#5963
DrJKL merged 1 commit intomainfrom
drjkl/fix/missing-node-title

Conversation

@DrJKL
Copy link
Contributor

@DrJKL DrJKL commented Oct 7, 2025

Found by @marawan206

Summary

Fixes the title editor glitching when the node doesn't have an initial value

Screenshots (if applicable)

Before

Screen.Recording.2025-10-07.151949.mp4

After

Screen.Recording.2025-10-07.152039.mp4

┆Issue is synchronized with this Notion page by Unito

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Oct 7, 2025
@github-actions
Copy link

github-actions bot commented Oct 7, 2025

🎨 Storybook Build Status

Build completed successfully!

⏰ Completed at: 10/07/2025, 10:24:19 PM UTC

🔗 Links


🎉 Your Storybook is ready for review!

@github-actions
Copy link

github-actions bot commented Oct 7, 2025

🎭 Playwright Test Results

⚠️ Tests passed with flaky tests

⏰ Completed at: 10/07/2025, 10:54:24 PM UTC

📈 Summary

  • Total Tests: 487
  • Passed: 453 ✅
  • Failed: 0
  • Flaky: 4 ⚠️
  • Skipped: 30 ⏭️

📊 Test Reports by Browser

  • chromium: View Report • ✅ 444 / ❌ 0 / ⚠️ 4 / ⏭️ 30
  • chromium-2x: View Report • ✅ 2 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • chromium-0.5x: View Report • ✅ 1 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • mobile-chrome: View Report • ✅ 6 / ❌ 0 / ⚠️ 0 / ⏭️ 0

🎉 Click on the links above to view detailed test results for each browser configuration.

@christian-byrne christian-byrne added the claude-review Add to trigger a PR code review from Claude Code label Oct 7, 2025
@DrJKL DrJKL enabled auto-merge (squash) October 7, 2025 22:40
@DrJKL DrJKL merged commit f62175e into main Oct 7, 2025
32 checks passed
@DrJKL DrJKL deleted the drjkl/fix/missing-node-title branch October 7, 2025 22:53
@claude
Copy link

claude bot commented Oct 7, 2025

Comprehensive PR Review

This review is generated by Claude. No issues were found in this PR.

Review Summary

PR: Fix: Missing Node Title Editor bug (#5963)
Impact: 1 addition, 1 deletion across 1 file

Issue Distribution

  • Critical: 0, High: 0, Medium: 0, Low: 0

Category Breakdown

  • Architecture: 0 issues, Security: 0 issues, Performance: 0 issues, Code Quality: 0 issues

Key Findings

The change from newValue.trim() !== '' to newValue?.trim() is an excellent defensive programming improvement that prevents potential runtime errors when newValue is null/undefined.

Positive Observations

  1. Proper use of optional chaining for null safety
  2. Surgical fix addressing the root cause
  3. Maintains all existing functionality
  4. Follows Vue 3 and TypeScript best practices

Next Steps

Ready for merge - this is a high-quality bug fix with no issues identified.

@AustinMroz AustinMroz added needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch 1.28 labels Oct 8, 2025
AustinMroz pushed a commit that referenced this pull request Oct 8, 2025
AustinMroz added a commit that referenced this pull request Oct 8, 2025
Includes
- Subgraph widget promotion fixes (#5911)
- fix "what's changed" release toast attention level logic (#5959)
- Fix: Missing Node Title Editor bug (#5963)
- OpenAIVideoSora2 Frontend pricing (#5958)
- hotfix: quick test updates for sora2 pricing badge. (#5966)

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-5986-Initial-1-28-backports-2866d73d365081448ff2c4827bdbb9e5)
by [Unito](https://www.unito.io)

---------

Co-authored-by: Christian Byrne <cbyrne@comfy.org>
Co-authored-by: Alexander Brown <drjkl@comfy.org>
Co-authored-by: Marwan Ahmed <155799754+marawan206@users.noreply.github.com>
arjansingh pushed a commit that referenced this pull request Oct 12, 2025
arjansingh pushed a commit that referenced this pull request Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.28 claude-review Add to trigger a PR code review from Claude Code needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants