ui tooltip keeps getting lower on each successive over
Open
bug
check
- Dominant language
- Kotlin
- Stars
- 3k
- Forks
- 149
- Avg merge
- 13h 44m
- Merged PRs (30d)
- 1
Description
https://youtu.be/0WHT8OSSbPs
```
val d = container { solidRect(50, 50) }
val tooltip = d.uiTooltipContainer()
d.centerOnStage()
d.apply {
tooltip(tooltip, "hello world")
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Run the Kotlin reproduction from the issue and observe the tooltip after successive mouseovers. Trace the tooltip positioning behavior used by uiTooltipContainer and tooltip; done means the tooltip stays at the intended position instead of moving lower on each successive hover.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100