kobotoolbox / enketo-express

We've moved! Please use the new repository 🠊 https://github.com/enketo/enketo-express
Apache License 2.0
102 stars 90 forks source link

OC Only: no focus on textarea in Participate (old version) #1071

Closed MartijnR closed 6 years ago

MartijnR commented 6 years ago

Cannot reproduce in Enketo Core using npm 3, rm -R node_modules and npm install

Cannot reproduce in Enketo Express OC on 1.35.1.dirty-fixes using npm 3, rm -R node_modules and npm install and npm start. (local form: http://localhost:8005/::YY8c)

MartijnR commented 6 years ago

Most efficient approach is probably to disable page swipe and let OC see if that solves it.

MartijnR commented 6 years ago

OC server not on fixed branch. First check (if not already done):

  1. Check last enketo commit (should have commit hash 2480b3c and tag 1.35.1.dirty-fixes)
  2. npm install g npm@3
  3. rm -R node_modules
  4. npm install
  5. grunt
  6. restart app

If not successful, I can update the branch with page-swipe disabled.

pbowen-oc commented 6 years ago

This is fixed on our end.