Hi List,<br><br><br>I have the following problem in 3.8.6 (sorry I can't try it on 3.8.7 now).<br>If I have a header line in an email like this (or in Cc field):<br><font color="#000000"><br>To:      "'Foo Bar'" <<a href="mailto:foo.bar@foobar.hu" target="_blank">foo.bar@foobar.hu</a>><br>

of<br>To: 'Foo2 Bar2' <<a href="mailto:foo2.bar2@foobar2.hu" target="_blank">foo2.bar2@foobar2.hu</a>></font><br><br>on the Update.html page (UpdateCc component) RT generates the code:<br><pre><<span>input</span><span> <br>

id</span>=<span>"<a href="mailto:UpdateCc-foo.bar@foobar.hu" target="_blank">UpdateCc-foo.bar@foobar.hu</a>" <br></span><span>name</span>=<span>"<a href="mailto:UpdateCc-foo.bar@foobar.hu" target="_blank">UpdateCc-foo.bar@foobar.hu</a>" <br>

    </span><span>type</span>=<span>"checkbox" <br>    </span><span>onClick</span>=<span>"checkboxToInput('UpdateCc', '<a href="mailto:UpdateCc-foo.bar@foobar.hu" target="_blank">UpdateCc-foo.bar@foobar.hu</a>','&#34;&#39;Foo Bar&#39;&#34; &<a href="mailto:lt%3Bfoo.bar@foobar.hu" target="_blank">lt;foo.bar@foobar.hu</a>&gt;' ); $(UpdateIgnoreAddressCheckboxes).value=1"  <br>

     </span>> Foo Bar<br></pre>and a very similar one for foobar2 entry.<br>In that case if I click on one of those checkboxes, the address doesn't appear in the one-time-cc field.<br>I tried it with the same result in the latest version FF, IE, Opera and Chrome.<br>

In error console I can see the following error:<br><font color="#000000"><br>Error: missing ) after argument list<br>Source File: <a href="https://rt.pontez.hu/rt3/Ticket/Update.html?Action=Comment&id=273" target="_blank">https://rt.foobar.hu/rt3/Ticket/Update.html?Action=Comment&id=X</a><br>

Line: 1, Column: 74<br>Source Code:<br>checkboxToInput('UpdateBcc',
'<a href="mailto:UpdateBcc-foo.bar@foobar.hu" target="_blank">UpdateBcc-foo.bar@foobar.hu</a>','"'Foo Bar'"
<<a href="mailto:foo.bar@foobar.hu" target="_blank">foo.bar@foobar.hu</a>>' );
$(UpdateIgnoreAddressCheckboxes).value=1</font><br><br>It seems that ' disturbs the generated JavaScript code.<br>Is it a known issue? Or a Bug? Or a Feature?<br><br><br>
All help is greatly appreciated!<br clear="all">
--<br>Bekeny<br>