episphere / quest

experimenting with the idea of a questionnaire markup
https://episphere.github.io/quest/
2 stars 11 forks source link

Elements mysterious disappear when text fields can and lose focus #339

Closed danielruss closed 3 years ago

danielruss commented 3 years ago

While testing a fix for issue #338, I noticed that when there are multiple text fields on a page and a text field gains and then loses focus some text in the question disappears. I believe that this is caused in the textfield "blur" eventlistener textboxinput() in questionnaire.js

It appears that @kundan22197 added this code to fix another bug.