(Bug) Categories moving to the wrong location on the screen after drag

 avatar
Belithioben avatarBelithioben
{"ops":[{"insert":"As Categories are dragged to different positions on the deck-building screen, they sometimes jump to a completely different location, or jump back to their previous location. This issue seems to become worse over time - At first, I will have no issue, then as I continue moving categories around there will be occasional issues, until eventually none of my changes are performed correctly. This resets when I press \"Reset Layout to screen default\", but will start to occur again as I continue to edit. \n\nThis issue occurs extremely frequently. If I use the app for an hour, I might have to reset the position of all my categories as many as 5 times. It seems like a major bug.\n"}]}
0
 avatar
{"ops":[{"insert":"You've pretty closely nailed the cause and the solution. \n\nThe reason this happens is almost always because we keep track of category positions even if those categories are empty. When categories are empty, and we don't show them they still exist so if you add/ remove a card from a category, it's position is still rememebered. However, this has a ramification of causing some odd behavior when dragging categories around a lot, or if you're frequently adding a new category, then removing cards from it. \n\nThis behavior can be mitigated by enabling \"show empty categories\". Which will likley clear up most of the oddities. \n\nThe reason reflowing the screen by setting the screen layout to default clears things up is because we remove the potions of any empty categories at that time.\n"}]}
1
Support us on Patreon to remove ads