Fix hit testing for children that overflow their parent in the negative direction
Open
- Dominant language
- Rust
- Stars
- 4.1k
- Forks
- 203
- Avg merge
- 8h 58m
- Merged PRs (30d)
- 112
Description
Currently it is impossible to "hit" a child that overflow their parent to the top or left.
To fix this efficiently, we will need to update Taffy to compute the negative overflow region as well as the positive one.
Contributor guide
Assessment
This issue has not been assessed yet.