79487459

Date: 2025-03-05 19:14:03
Score: 2
Natty:
Report link

Issue solved. It was not the event handling. jsonFormer interprets spaces as the begin of a new field.

This caused the error of the page.

Replacing the spaces by underscores in the cpp source e.g. obj_config[F("Average Period") to obj_config[F("Average_Period") helped.

Lesson learned. Do not use spaces when applying jsonFormer.jquery.js

Inspector of MS-Edge gives more details than Firefox inspector.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: autoguider