phantomate / Untare

Flutter app for tandoor recipes
GNU General Public License v3.0
93 stars 10 forks source link

Unable to manually add items to shopping list #74

Closed mikemathewson closed 4 months ago

mikemathewson commented 5 months ago

Bug Summary

I am unable to add items directly to the shopping list (i.e. not through a recipe)

Reproduction Steps

Go to shopping list Click the plus icon Search for a food to add Select from the suggested results

Expected Results

It should add the selected item to the shopping list

Actual Results

Clicking on the first item does nothing, and clicking on any other item closes out of the add screen and takes you back to the shopping list.

Checklist

phantomate commented 4 months ago

Hi, do you still have this issue? I can't reproduce this. What Tandoor version are you using?

mikemathewson commented 4 months ago

I just updated Tandoor to the latest version (1.5.17) and I still experience this bug.

After more testing I have figured out exactly what is happening. When I click on one of the suggested options, that dropdown list disappears and a touch event is registered underneath the dropdown list where I touched.

So for example, if I'm in advanced mode, clicking on the options will usually end up focusing one of the fields which were being covered up by the list (i.e. Quantity, Unit, and Category).

Clicking a lower item in the list triggers a click outside of the dialog and closes the whole thing.

phantomate commented 4 months ago

Please check if you still have the issue with the newest app version (1.3.0). If you still have issues, please send a clip of the problem. So that I can see and anderstand what's going on

mikemathewson commented 4 months ago

Latest update fixes this bug. Thank you!