Bug #3332

Mis à jour par Matthieu Decorde il y a plus de 2 ans

This bug affects Linux and Mac OS X -> Webkit

When one click on a link the current page is not reloaded with the new URL + an empty "WebBrowser" window is opened

working links:
<pre>
<a href=""></a>
</pre>

non working links:
<pre>
<a target="_blank" href=""></a>
</pre>

_target links still don't work in Eclipse 2022-12

Retour