scroll_to_me() scrolls all ScrollAreas
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 67
Description
**Is your feature request related to a problem? Please describe.**
When using ```Response::scroll_to_me()```, all scroll bars in the entire UI scroll in that direction. This is quite frustrating for a user when you have multiple scrollable areas.
**Describe the solution you'd like**
When calling ```scroll_to_me```, it could either contextually figure out which ScrollArea it is inside, or, optionally you could pass in a ScrollArea id or set of ids.
**Describe alternatives you've considered**
Scrolling that ScrollArea manually,
**Additional context**
I first suspected this was a bug, but I gave the code a quick glance, and it seems this is the expected behavior, though I may have read it wrong.
Contributor guide
Assessment
This issue has not been assessed yet.