In the 4.3 version of the JS API, I can't format the hyperlinks within a popup to open. They open if you right click > open in new tab, but not just left clicking on the text itself. Below is the code I'm using for the template.
<SPAN class="keyword token">var</SPAN> annexationTemplate <SPAN class="operator token">=</SPAN> <SPAN class="punctuation token">{</SPAN>
title<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"{ANNEX}"</SPAN><SPAN class="punctuation token">,</SPAN>
content<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"<strong>Ordinance:</strong> {ORD}"</SPAN> <SPAN class="operator token">+</SPAN>
<SPAN class="string token">"<br /><strong>Effective Date:</strong> {DATE:DateFormat(selector: 'date', fullYear: true)}"</SPAN> <SPAN class="operator token">+</SPAN>
<SPAN class="string token">"<br /><strong>Annexation Map: </strong><a target='_blank' href={URL_MAP}>Annexation Map</a>"</SPAN> <SPAN class="operator token">+</SPAN>
<SPAN class="string token">"<br /><strong>Legal Description: </strong><a href={URL_DESC}>Legal Description</a>"</SPAN>
<SPAN class="punctuation token">}</SPAN><SPAN class="punctuation token">;</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>Anyone else come across this issue? It's new to me in 4.X. My previous apps build in 3.X have worked fine.