18 Dec 2009, 4:12 AM
|
Otonashi Meru
Joined on 01-20-2009
Posts 12
|
|
|
Hi,
On some of our content we want to have tokens in the HTML delimited by percent signs e.g. "Dear %name%," which will be replaced by a later process.
Normally it works fine but we have a problem when the token appears in the url of a hyperlink. Adding the following code to the HTML section of the editor then trying to switch back to the design view to save causes a JavaScript error:
<a href="%foo%">Link Text</a>
I have tested this on your live demo at http://www.karamasoft.com/Samples.aspx?component=UltimateEditor and the error occurs so it's not a problem with our installation.
The error occurs with IE7/8 but not on Firefox/IE6. Please can you fix this or suggest a workaround?
Thanks,
Thomas
|
|
|
|
|
|
|
|
|