Home

anomalyco/opentui

Status:Indexed
Analyzed 4d ago6K+ starsTypeScript

OpenTUI is a library for building terminal user interfaces (TUIs)

Back to Issues
#467
Moderate

Scrollbox receives clicks outside its visible bounds (hit-testing ignores clipping)

View on GitHub

Summary

The scrollbox component needs to correctly handle click events. Currently, it intercepts clicks that fall outside its visible boundaries but within its unclipped content area. This fix requires modifying the hit-testing logic to respect the visible clipping of the scrollbox.

Skills Required

TypeScriptDOM Event HandlingGeometric CalculationsTesting

Labels

bugcore