the question is whether the object you working with is an existing object (downloaded from your DAV server and then edited in our client) or a completely new object you are trying to create.
I encounter the problem in both cases.
In first case we need the binary representation of the VTODO object from your server (binary because we need to see all invisible/whitespace characters, and copy & paste into e-mail can remove these).
I could export vtodos using Lightning if needed and attach them instead of copy-pasting, but will wait with that as it seems at first sight to not depend on that.
In both cases we need the description of the operations you performed in the editor before you clicked to "Save".
Let me do that in this mail:
CONTEXT: InfCloud 0.12 connecting non-CrossDomain to Baïkal 0.2.7 as described in https://github.com/netgusto/Baikal/issues/331 accessed using Firefox ESR 31.3.0 on amd64 Linux.
# New todo
ACTION: I log in CONSOLE: a dozen "not well-formed" JS errors, one "REPORT ... 403 Forbidden ..." Net error (this repeats whenever InfCloud background syncs)
ACTION: click Todos INTERFACE: goes to Todos ACTION: click <new todo icon> INTERFACE: activates new todo edit rectangle ACTION: add Name "test" ACTION: add URL "http://www.example.com" ACTION: click Save INTERFACE: unceasing spinning circles where todo edit rectangle was CONSOLE: JS error "TypeError: vCalendar.tplM.VTcontentline_URL[repeatHash] is undefined vtodo.js:770"
ACTION: CTRL-SHIFT-R to refresh and return to login screen
# Existing todo
ACTION: I log in CONSOLE: a dozen "not well-formed" JS errors, one "REPORT ... 403 Forbidden ..." Net error (this repeats whenever InfCloud background syncs)
ACTION: click Todos INTERFACE: goes to Todos ACTION: click <new todo icon> INTERFACE: activates new todo edit rectangle ACTION: add Name "test" ACTION: click Save INTERFACE: brief spinning, then message save successful, then return to standard todo interface
ACTION: select that todo and click edit INTERFACE: activates the todo edit rectangle ACTION: add URL "http://www.example.com" ACTION: click Save INTERFACE: unceasing spinning circles where todo edit rectangle was CONSOLE: JS error "TypeError: vCalendar.tplM.VTcontentline_URL[repeatHash] is undefined vtodo.js:770"
ACTION: CTRL-SHIFT-R to refresh and return to login screen