Edit project startup script field pushes actions off-screen #8686

Closed
opened 2026-02-16 18:10:35 -05:00 by yindo · 1 comment
Owner

Originally created by @itskritix on GitHub (Feb 6, 2026).

Originally assigned to: @adamdotdevin on GitHub.

In the Edit project dialog, the Workspace startup script field expands as more lines are entered. On smaller desktop window sizes, this pushes the Save/Cancel buttons out of view.

Originally created by @itskritix on GitHub (Feb 6, 2026). Originally assigned to: @adamdotdevin on GitHub. In the Edit project dialog, the Workspace startup script field expands as more lines are entered. On smaller desktop window sizes, this pushes the Save/Cancel buttons out of view.
yindo added the web label 2026-02-16 18:10:35 -05:00
yindo closed this issue 2026-02-16 18:10:35 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 6, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #1291: TUI: Text area overlaps the messages making it impossible to see what was there

While #1291 refers to the TUI message input, it describes the same core problem: a textarea that grows and covers/pushes other UI elements out of view. This appears to be a recurring pattern in OpenCode's UI where auto-expanding textareas need height constraints and internal scrolling to maintain layout integrity.

Feel free to ignore if this doesn't address your specific case.

@github-actions[bot] commented on GitHub (Feb 6, 2026): This issue might be a duplicate of existing issues. Please check: - #1291: TUI: Text area overlaps the messages making it impossible to see what was there While #1291 refers to the TUI message input, it describes the same core problem: a textarea that grows and covers/pushes other UI elements out of view. This appears to be a recurring pattern in OpenCode's UI where auto-expanding textareas need height constraints and internal scrolling to maintain layout integrity. Feel free to ignore if this doesn't address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8686