Hi
Should the editor ever change the content from something like this:
"This is the name of an <actor type='test'>Actor</actor> and this is the name of <movie>Movie</movie>"
to this:
"This is the name of an <actor type=\"test\" />Actor and this is the name of <movie />Movie"
This is happening in my current project, however, I created a second test project and do not see that behavior exibited.
In both projects I am setting the content with a button (the real project is in an XMLHttpPanel, the test one is just using a normal postback). If I look at the content in both projects after the load, they are both set correctly.
I then retrieve the content using a second button (again, real one is doing a partial page postback), the test one is doing a normal postback, and if I look at the content from the real project, it changes to <actor type="\test\"/> while the test project correclty shows <actor type='test'>Actor</actor>..
I copied the radeditor from the real project to the test one, except for the toolsfile, to ensure that there wasn't something set on the editor which might be causing this.
Any ideas?
Should the editor ever change the content from something like this:
"This is the name of an <actor type='test'>Actor</actor> and this is the name of <movie>Movie</movie>"
to this:
"This is the name of an <actor type=\"test\" />Actor and this is the name of <movie />Movie"
This is happening in my current project, however, I created a second test project and do not see that behavior exibited.
In both projects I am setting the content with a button (the real project is in an XMLHttpPanel, the test one is just using a normal postback). If I look at the content in both projects after the load, they are both set correctly.
I then retrieve the content using a second button (again, real one is doing a partial page postback), the test one is doing a normal postback, and if I look at the content from the real project, it changes to <actor type="\test\"/> while the test project correclty shows <actor type='test'>Actor</actor>..
I copied the radeditor from the real project to the test one, except for the toolsfile, to ensure that there wasn't something set on the editor which might be causing this.
Any ideas?
