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: Swapping between board group by status causes hidden groups to unhide #741

Closed
tjbortz1s opened this issue Jul 16, 2021 · 5 comments · Fixed by #873
Closed

Bug: Swapping between board group by status causes hidden groups to unhide #741

tjbortz1s opened this issue Jul 16, 2021 · 5 comments · Fixed by #873
Assignees
Labels
Bug Something isn't working Regression This is a regression from previously working functionality in a released version

Comments

@tjbortz1s
Copy link

tjbortz1s commented Jul 16, 2021

Summary:
swapping status on group by causes hidden groups to unhide.

Rearranging boards can also cause this to occur, but that seems to happen less consistently?
(edit - just watched it happen so this for sure is a thing)

Steps to reproduce the behavior:
Hide a group.
Change group by option
Change back
Group will be unhidden.

Expected behavior:
Group remains hidden.

Screenshots:
BoardUnhiddenByGroupByChange

Platform:
WPF 0.8.0

@tjbortz1s tjbortz1s added the Bug Something isn't working label Jul 16, 2021
@tjbortz1s
Copy link
Author

This is also caused by dragging an item between two groups.

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

Thanks @tjbortz1s! @harshilsharma63, this might be related to #773.

@hahmadia hahmadia assigned hahmadia and unassigned harshilsharma63 Jul 27, 2021
@jespino
Copy link
Member

jespino commented Aug 2, 2021

@tjbortz1s what do you mean with "Between two groups" I'm not able to reproduce that case.

The other case it that way because is how the data is design. The hidden groups are cleaned after you change the group by, to "give space" to the new hidden groups based on the new group by. We can think how to solve that, for example, not cleaning that up.

@jespino
Copy link
Member

jespino commented Aug 2, 2021

@hahmadia I did some tiny changes to fix this, I hope you haven't worked too much on it.

@tjbortz1s
Copy link
Author

@tjbortz1s what do you mean with "Between two groups" I'm not able to reproduce that case.

The other case it that way because is how the data is design. The hidden groups are cleaned after you change the group by, to "give space" to the new hidden groups based on the new group by. We can think how to solve that, for example, not cleaning that up.

In my case - dragging one of the cards between, say "open" and "complete" would cause the hidden groups to be lost after the card ended up at its destination. It seems like that it has only happened intermittently or in some very odd situations - as I'm dragging the cards between groups now and it's working fine.

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.

5 participants