kbss-cvut / s-forms

SForms - Semantic form generator and processor. For ontology-based smart forms.
GNU Lesser General Public License v3.0
4 stars 7 forks source link

Tooltip for answers do not work #347

Closed blcham closed 1 month ago

blcham commented 3 months ago

image

The screenshot is from an older version (4907285a0fc34fc2ee2272cf20422766793d1f4e) where it works. (I had to use nvm use v16.20.2 to run)

LaChope commented 1 month ago

@blcham just FYI, I cannot reproduce the tooltip behavior, even going on https://github.com/kbss-cvut/s-forms/commit/4907285a0fc34fc2ee2272cf20422766793d1f4e, using Node 16.

blcham commented 1 month ago

@LaChope sorry, I described it badly. It works on the older version (https://github.com/kbss-cvut/s-forms/commit/4907285a0fc34fc2ee2272cf20422766793d1f4e), but you have to provide it form2.json from master branch.

The form2.json must contain the sentence "A chef prepares and cooks food ...". Thus, to reproduce : 1) checkout https://github.com/kbss-cvut/s-forms/commit/4907285a0fc34fc2ee2272cf20422766793d1f4e 2) replace form2.json from current master (i.e. from commit https://github.com/kbss-cvut/s-forms/commit/e8706192ec06df729ec55fca5b3ff0401b2f94ba) 3) npm run dev