0

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

flag
I used to have a TamperMonkey script to auto-enable notifying: location.assign("javascript:if (!$('input#notify-email')[0].checked) $('input#notify-email')[0].click(); void(0)"); – Michel de Ruiter Oct 4 at 19:39
Thanks Michel. Can the FogBugz team implement this for default? Thanks. – Jason Doucette Oct 21 at 6:02
I'm sure they could. On second thought ('input#notify-email').attr('checked', 'checked'); would be enough. – Michel de Ruiter Oct 21 at 13:19

1 Answer

0

Hmmm. I'm not sure this is a bug. The links you copied over from the HTML email likely had target=_blank in the HTML. The links we generate all open in the same window, but I don't think there's any smart way for us to override the explicit setting in the HTML that's given to us.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.