Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Save when not on last screen not working correctly #344

Closed
zombiewoof opened this issue Jun 18, 2021 · 3 comments · Fixed by #350
Closed

Save when not on last screen not working correctly #344

zombiewoof opened this issue Jun 18, 2021 · 3 comments · Fixed by #350

Comments

@zombiewoof
Copy link

Entering and saving a recipe, when not on last index page, saves 'New Recipe' and only partial data. Close application and re-open fixes entered recipe. I did not test entering new recipe when on last index page.

This test was done from the first index (Search Recipes tab) page.
Choose New in application menu
Fill in data for new recipe and save
Go to last index page to see 'New Recipe' in name column and some data in row
Double click 'New Recipe' and get switched back to edit window
Close edit window and double click opens mostly empty recipe card window with title 'New Recipe'
Close application
Re-open application, go to last index page and recipe appears as it should
Double click recipe and all data is present

Expected Behavior

Adding new recipe, from any index page, should display index data when one goes to last index page
Double click on added recipe should show all entered and saved data

Current Behavior

Screenshot from 2021-06-18 10-44-01
Showing last index page with edit window showing data entered and saved - ingredient and instruction data was entered, as well, but not shown here. Edit window was positioned to not hide any data showing on the index, only blank part of line.

Screenshot from 2021-06-18 10-44-39
Showing recipe card window after double clicking index item

Screenshot from 2021-06-18 10-48-15
Result of double click after closing Gourmet and re-opening

Environment

Ubuntu 20.04 (x86-64)
Kernel: 5.8.0-55-generic
Cinnamon 4.4.8
System and Python 3 kept up to date as updates are released
Commit: cb604da
There is no indication, in Help --> About, that this is RC2, but install completed normally
Installed as Flatpak

@cydanil
Copy link
Collaborator

cydanil commented Jun 24, 2021

This makes me sweat... 😛

I'm on it, but it's difficult! I can't estimate how much work/time it is.

@zombiewoof
Copy link
Author

zombiewoof commented Jun 24, 2021 via email

@cydanil
Copy link
Collaborator

cydanil commented Jun 26, 2021

This problem is now resolved!
I now need to fix the internationalization, and then will be able to create a new release.
I'll take your suggestion into account :)
Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants