Bauble / bauble.classic

this is how Bauble and Ghini both started
GNU General Public License v2.0
10 stars 34 forks source link

OK button not activated after valid edit #195

Closed mfrasca closed 8 years ago

mfrasca commented 8 years ago

From @smbantjes on November 21, 2015 21:35

If one inserts a new genus and species and a day later you want to add information that you have forgotten or extra notes you cannot save the new information with ok. The ok button is not active The same for inserting local names in Spanish or English or other language

Copied from original issue: mfrasca/ghini#13

mfrasca commented 8 years ago

there are indeed some glitches in the logic that controls the activation of the 'ok' button. some changes are not recognized as changes and as long as nothing is changed (according to the logic which as said has some glitches) the 'ok' button will not be activated. as a workaround (as an ugly workaround) you can modify something that will be trigger the activation of the 'ok' button, then set it back to its correct value. I keep forgetting noting down which fields exactly are not detected as relevant.

mfrasca commented 8 years ago

create the species Musa ×paradisiaca, with no vernacular names. edit the species and focus your attention on the ok button. initially no change is done, so ok button is non active.

select 'additional info' tab. (ok button non active). add distribution, ok button active. click cancel and try other case.

select 'additional info' tab. (ok button non active). type something in the label distribution, ok button becomes active. click cancel and try other case

select 'additional info' tab. (ok button non active). change 'habit', ok button becomes active. click cancel and try other case

select 'additional info' tab. (ok button non active). add a synonym, ok button becomes active. click cancel and I run short of test cases.

feel free to reopen with more details.