I had an issue where XWiki could not save a document in Inline-Mode using Internet
Explorer (endless spinning-wheel).
I got following error:
SCRIPT5007: the property "serialize" has no value: the object is Null or
undefined
actionButtons.js, Zeile 155 Zeichen 7
The reason for that were programmatically produced forms by an included macro (<form
name=" ${obj}" action="">...</form>) in inline-mode. I just
left out the form-tags around the input- and option-elements and that was the fix. Perhaps
someone finds out a solution at the root, I couldn't so far.
Regards,
Josef Haimerl