ssricardo / anki-plugins

Contains a set of addons for the open source application Anki Desktop
95 stars 20 forks source link

[fill-in-the-blanks] Cloze (error) input lost after answering card (Anki 2.1.55) #124

Closed tommyplusdev closed 1 year ago

tommyplusdev commented 1 year ago

Hello!

It seems that the cloze input is lost when answering on Anki 2.1.55 (new update). It works fine on 2.1.54.

For instance, please observe the following images (Anki 2.1.55):

cloze_input_lost

cloze_feedback

Normally, it should display as such (Anki 2.1.54):

cloze_error_success

Please let me know if this can be reproduced on your end. Thanks!

Edit: This might be the same bug as https://github.com/ssricardo/anki-plugins/issues/109

Low experience with Python / Anki add-on development here, unfortunately.

ssricardo commented 1 year ago

Hi, I could reproduce it.

Apparently something changed in Anki. I'm on it.

Thanks for reporting

ssricardo commented 1 year ago

Addressed in version 2.7 (10.01.2023)

tommyplusdev commented 1 year ago

I'm still having the same issue in 2.1.55/2.1.56. Is there anything I could do to refresh the add-on? (already tried deleting and re-downloading the Add-on after installing Anki 2.1.55 and Anki 2.1.56 respectively.

Edit: it seems this update also transmitted its effect to Anki 2.1.54 as well (prev version). Edit 2: Found the issue; nesting the cloze within a div in the card editor loses cloze input. Re-opening new issue.