[Table] UI jump using lookup column filtering when selecting/deselecting values
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
When filtering column values by using its lookup values there is a UI jump when selecting/deselecting values.
In the following example you can see that for every selection then the first one ("None") the popup is going up



It happens because the style of it's wrapping div is changing for each of these selections/deselections, specifically the top property

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the Table lookup-column filtering example and inspect the wrapping div whose top style changes when values are selected or deselected. The issue is done when the popup stays in a stable position during those interactions without disrupting filtering.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100