Skip to content

Harden task title rendering for emoji#30

Open
nguyenduc071912 wants to merge 1 commit into
CodeBountyOrg:mainfrom
nguyenduc071912:bounty-emoji-title-crash
Open

Harden task title rendering for emoji#30
nguyenduc071912 wants to merge 1 commit into
CodeBountyOrg:mainfrom
nguyenduc071912:bounty-emoji-title-crash

Conversation

@nguyenduc071912
Copy link
Copy Markdown

Summary

Hardens task-title rendering for complex emoji titles such as ZWJ family sequences.

  • Renders task titles with an explicit text node instead of reassigning text content during each render
  • Keeps complex titles out of dynamic aria-label strings on action buttons
  • Adds a regression test confirming sanitizeTasks preserves the family emoji sequence from the issue

fixes #10

Tests

npm test
npm run lint

@codebounty-dev-bot
Copy link
Copy Markdown

⚠️ Attention Sponsor: This PR was submitted by @nguyenduc071912 who has not applied for this bounty (#10). Please verify if you want to consider this contribution.

👋 Hey @nguyenduc071912: This issue has a bounty on CodeBounty! To be eligible for the reward, please sign up on CodeBounty and apply for this bounty. If you apply, your PR will be automatically associated with your application.

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.

Fix crash when task title contains emoji

1 participant