mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 21:15:52 +03:00
[GH-ISSUE #630] Potential border issue for <box> in solidJS #171
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#171
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @viralcodex on GitHub (Feb 5, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/630
Originally assigned to: @Adictya on GitHub.
Hi team, I found this potential issue where borders are not working as expected in the TUI
Showing here the issue and the code for the component in SolidJS.
Would love to know if I am doing something wrong or there is a genuine bug?
Platform: MacOS 26
Terminal: zsh
OpenTUI version:
Thanks
@Adictya commented on GitHub (Feb 10, 2026):
Hey, this is expected behavior. If you want the border to appear outside the background color area, wrap your current box in another and apply the border there
@viralcodex commented on GitHub (Feb 10, 2026):
What about just on the edge of the box? I have to either use other unicode chars that are like underscore to achieve just that. Shouldn't this be by default?
@Adictya commented on GitHub (Feb 11, 2026):
Yeah, we could have a way to pass-through custom border chars for boxes.