Skip to content

Issue #269: Make plan viewer properties copyable#278

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/issue-269-plan-properties-copyable
Feb 25, 2026
Merged

Issue #269: Make plan viewer properties copyable#278
erikdarlingdata merged 1 commit intodevfrom
fix/issue-269-plan-properties-copyable

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Switch property values from TextBlock to TextBox (IsReadOnly) for text selection and Ctrl+C
  • TextBox's built-in context menu (Copy, Select All) replaces the parent alert context menu that was incorrectly appearing in the properties panel

Test plan

  • Dashboard builds cleanly
  • Property values are selectable with click-drag
  • Ctrl+C copies selected text
  • Right-click shows Copy/Select All instead of Acknowledge Alerts

Closes #269

🤖 Generated with Claude Code

Switch property values from TextBlock to TextBox (IsReadOnly) so users can
select text and Ctrl+C to copy. The TextBox's built-in context menu (Copy,
Select All) also prevents the parent TabItem's alert context menu from
appearing when right-clicking in the properties panel.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 06f2580 into dev Feb 25, 2026
@erikdarlingdata erikdarlingdata deleted the fix/issue-269-plan-properties-copyable branch February 25, 2026 20:58
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.

1 participant