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

Bug: Reordering board columns is broken #420

Closed
chenilim opened this issue May 17, 2021 · 4 comments · Fixed by #789
Closed

Bug: Reordering board columns is broken #420

chenilim opened this issue May 17, 2021 · 4 comments · Fixed by #789
Assignees
Labels
Bug Something isn't working Regression This is a regression from previously working functionality in a released version

Comments

@chenilim
Copy link
Member

Steps to reproduce the behavior:

  1. Open a board view with multiple (4+) columns
  2. Drag the 4th column to the 2nd column
  3. New order is: 1, 3, 4, 2

Expected behavior:
New order should be: 1, 4, 2, 3

Screenshots:
Before drag (4th column to 2nd):
before drag

After drag:
after drag

Platform:

  • Chrome 89 on macOS 10.15.7

Additional context:
Also check dragging the "no status" column. Handling may be different.
Also check the undo/redo of dragging columns.

@chenilim chenilim added Triage Bug Something isn't working labels May 17, 2021
@chenilim chenilim assigned chenilim and harshilsharma63 and unassigned chenilim May 18, 2021
@chenilim chenilim removed the Triage label May 18, 2021
@harshilsharma63
Copy link
Member

I'm working on this one.

@harshilsharma63
Copy link
Member

FIxed with #537

@chenilim chenilim added the Regression This is a regression from previously working functionality in a released version label Jul 22, 2021
@chenilim
Copy link
Member Author

@harshilsharma63, I'm still seeing unexpected behavior dragging columns on v0.8.1:

drag.column.bug.mov

Repros on the community server with this board.

Please investigate, and unless it's a high-risk fix, let's cherry pick it for release-0.8.0. Thanks.

@chenilim chenilim reopened this Jul 22, 2021
@chenilim
Copy link
Member Author

May be a dup of #740?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Regression This is a regression from previously working functionality in a released version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants