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>
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>