RayLeaf-Studios / PocketPlan

A simplistic Android app, designed to take care of everyday tasks.
MIT License
119 stars 8 forks source link

Bug: All shopping items in a category are checked when moving a category below a checked category, even if "move checked categories down" is disabled #67

Closed johnsgp closed 10 months ago

johnsgp commented 12 months ago

I wanted to change the order of the categories so started dragging them around. Without realising it, this was checking all the items on the lcategory. I've now lost track of what was unchecked. Can categories be moved without auto-checking items? (Is this a bug or feature request? I've called it a bug because it was totally unexpected.)

mvnowak commented 12 months ago

Hi, dragging a category below a category that has all items checked and is grayed out, will automatically check all the items, as otherwise the order enforced by "move checked categories down" would be violated. However this should not happen if "move checked categories down" is set to false in the settings, so there is indeed a bug in how this is handled.

johnsgp commented 12 months ago

I also noticed after logging this bug that all the items in a category are unchecked when the category is moved up amongst the other categories that have unchecked items. In other words the inverse of moving it down.

mvnowak commented 10 months ago

Fixed with release 1.4.1