mui / mui/material-ui

[Table] UI jump using lookup column filtering when selecting/deselecting values

Open
#30,193 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

scope: table
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
image
image
image
It happens because the style of it's wrapping div is changing for each of these selections/deselections, specifically the top property
image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.