Additional issue.....
There seems to be an issue with the "embedded object parameters" field.... When I submit something like:
<PARAM Name="loop" Value="true"/>
It seems to be "cut" when I go back to edit it, like....
<param name="loop" value (the rest is missing?)
A bug? The issue appears both in IE and Firefox....
Comments
Comment #1
nikkelei commentedIt appears somewhat like its the string "=" that causes the problem. When I insert something with two consecutive "=" signs everything after the second "=" will be deleted, so if I for instance insert something like:
"Blah Blah Blah Blah Blah=Blah"
It will appear just like that when I return to edit the node (in the Embedded object parameters field). However if I enter something like:
"Blah=blah Blah=blah"
It will appear like
"Blah=blah Blah" when I return to edit it. In other words,- everything after the second "=" sign has been erased....
Comment #2
hypertext200