Back to IssuesView on GitHub
#467
Moderate
Scrollbox receives clicks outside its visible bounds (hit-testing ignores clipping)
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
Files Likely Touched
Labels
bugcore