mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #389] [MERGED] Fix ScrollBox scissor clipping for nested scrollboxes #1285
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#1285
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?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/389
Author: @acoliver
Created: 12/5/2025
Status: ✅ Merged
Merged: 12/8/2025
Merged by: @kommander
Base:
main← Head:feature/clip-fix📝 Commits (3)
c8ebb3cFix nested scrollbox clipping by intersecting scissor rectsbdd2509Merge branch 'main' into feature/clip-fixc6f85e6chore: fix prettier formatting📊 Changes
4 files changed (+219 additions, -2 deletions)
View changed files
📝
packages/core/src/renderables/ScrollBox.ts(+1 -1)📝
packages/core/src/tests/scrollbox.test.ts(+134 -0)📝
packages/core/src/zig/buffer.zig(+13 -1)📝
packages/react/tests/layout.test.tsx(+71 -0)📄 Description
Fixes #388.
Summary
Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.