decentraland / decentraland/unity-explorer
[TECH DEBT] Chat | Known issue: When the scroll view is at the top, the scroll view moves a bit ...
- Dominant language
- C#
- Stars
- 23
- Forks
- 17
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 101
Description
### π **Priority Level:**
Low
### π **Area/Component:**
`Chat\_Refactor\ChatMessages\ChatMessageFeedView.cs`
### π **Description:**
Unresolved TODO comment in the codebase:
> TODO Known issue: When the scroll view is at the top, the scroll view moves a bit downwards
### π **Current State:**
The following line is present in `Chat\_Refactor\ChatMessages\ChatMessageFeedView.cs`:
```csharp
// TODO Known issue: When the scroll view is at the top, the scroll view moves a bit downwards
```
### π‘ **Proposed Solution:**
Address the TODO as described in the comment, or remove it if no longer relevant.
### βοΈ **Impact Assessment:**
#### Performance Impact:
To be assessed when the TODO is picked up.
#### Maintainability Impact:
Unresolved TODOs accumulate as tech debt and obscure the intended final state of the code.
#### Risk of Refactoring:
Low β scoped to the referenced location.
### π **Effort Estimate:**
XS
### π **Dependencies:**
N/A
### π₯οΈ **Additional Notes:**
Created automatically from a bulk TODO audit (todo-list.txt entry #38).
Contributor guide
Research direction
Start by reading Chat_Refactor/ChatMessages/ChatMessageFeedView.cs around the noted TODO and reproduce the scroll view behavior when it is at the top. Trace the existing scroll handling there; done means the view no longer moves downward unexpectedly, or the TODO is removed if the behavior is no longer relevant.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, unity
- Domain
- game-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100