Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasks go on top of column title after dragging #2569

Open
edchrepo opened this issue Mar 7, 2024 · 3 comments
Open

Tasks go on top of column title after dragging #2569

edchrepo opened this issue Mar 7, 2024 · 3 comments

Comments

@edchrepo
Copy link

edchrepo commented Mar 7, 2024

I have this bug where the tasks go over the column title briefly before eventually correctly going under it.
It only happens when I move it over to an empty column. It is placed correctly otherwise.

https://www.loom.com/share/cfb4ac1a1bda4823a230f185f71a5b83

Any ideas what's causing this?

@Ahtasham-Faheem
Copy link

Ahtasham-Faheem commented May 20, 2024

@edchrepo Having Same issue you got any solution for this?

@lucyonegit
Copy link

I have this bug where the tasks go over the column title briefly before eventually correctly going under it. It only happens when I move it over to an empty column. It is placed correctly otherwise.

https://www.loom.com/share/cfb4ac1a1bda4823a230f185f71a5b83

Any ideas what's causing this?

We're in the same boat ! wo have you resolved this issue?

@agirton
Copy link

agirton commented Sep 13, 2024

If you move the <Droppable /> to be in the body of the column instead the entire column it will fix this. So instead of something like

<Droppable>
  <MyColumn />
</Droppable>

You should do

<MyColumn>
   <Droppable>
     <MyColumnBodyOrContainerThatContainsTheList />
   </Droppable>
</MyColumn>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants