Skip to content

Focus the animation-name textbox when the New Animation popup opens (#3390)#3396

Merged
vchelaru merged 1 commit into
mainfrom
3390-add-anim-focus
Jun 28, 2026
Merged

Focus the animation-name textbox when the New Animation popup opens (#3390)#3396
vchelaru merged 1 commit into
mainfrom
3390-add-anim-focus

Conversation

@vchelaru

Copy link
Copy Markdown
Owner

Fixes the New Animation popup not giving keyboard focus to its name textbox — users had to click the field before they could type.

AddAnimationDialogView's code-behind only called InitializeComponent(). Every other comparable dialog (GetUserStringDialogView) focuses its textbox on Loaded; this one didn't. Now it focuses (and selects) the textbox on Loaded, matching that pattern.

Closes #3390

🤖 Generated with Claude Code

…3390)

The AddAnimationDialogView never set keyboard focus on its textbox, so users had to click it before typing. Mirror the GetUserStringDialogView pattern: focus (and select) the textbox on Loaded.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vchelaru vchelaru linked an issue Jun 27, 2026 that may be closed by this pull request
@vchelaru vchelaru merged commit 5a2877f into main Jun 28, 2026
3 checks passed
@vchelaru vchelaru deleted the 3390-add-anim-focus branch June 28, 2026 00:14
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.

Add-state popup textbox doesn't get focus

1 participant