I copied and pasted text from an HTML email into a ticket, and the links that are embedded within words open new windows, and the links that are spelled out as http://... do not. They all should open a new window.
P.S. Please remember my notify settings in this forum. Why does it keep shutting off? It's annoying to have to reset settings each time because the forum resets it. Of course I want to be notified -- If there is a fix, I'd love to hear about it. If you need further information, the only way I'll know is if I'm notified about it. This should be the default setting.
Thanks for listening! Jason Doucette
location.assign("javascript:if (!$('input#notify-email')[0].checked) $('input#notify-email')[0].click(); void(0)");– Michel de Ruiter♦ Oct 4 at 19:39('input#notify-email').attr('checked', 'checked');would be enough. – Michel de Ruiter♦ Oct 21 at 13:19